Take as input a number n, the number of rows<br> Print the following pattern<br> * * * * * * * * * * * * * * * for n = 5.
Input Format
Integer
Output Format
Pattern for n = 5. * * * * * * * * * * * * * * *
Constraints
n <= 10 ^ 9
Take as input a number n, the number of rows<br> Print the following pattern<br> * * * * * * * * * * * * * * * for n = 5.
Integer
Pattern for n = 5. * * * * * * * * * * * * * * *
n <= 10 ^ 9