(Project: Drawing Shapes with Characters)Use techniques similar to those developed in Exercises to produce a program that graphs a wide range of shapes.
Exercises
(Square of Asterisks)Write a function that displays a solid square of asterisks whose side is specified in integer parameter side. For example, if side is 4, the function displays:

(Displaying a Square of Any Character)Modify the function created in Exercise to form the square out of whatever character is contained in character parameter fillCharacter. Thus if side is 5 and fillCharacter is “#”, then this function should print:

We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.