hi guys i have to Write Square(n) function that prints a square of different sizes. The size of the
square is given as input to the user.
Please enter an integer value n: 10
***********************
* *
* *
* *
* *
* *
* *
* *
* *
* *
* *
***********************
can anyone help?