write a program that reads in the side of a square and then prints that square
out of asterisks. your program should work for squares of all sides between 1 and 20.
for example , if your program reads a size of 4 , it should print
****
****
****
****