Question: C programming only Write a program that will draw a rectangle to the screen using The rectangle will look like this: The program should contains
Write a program that will draw a rectangle to the screen using The rectangle will look like this: The program should contains TWO functions. One that will draw a line of asterisks. That function should be called once to draw the top line of the rectangle and called a second time to draw the bottom of line of the rectangle.(Call this function drawTopBottom) The second function will draw one line of the side of the rectangle. for example...he second function should draw the following each time it is called: You would need to call it twice. Call this function drawSide
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
