Task: Write a C function to print a box of stars with dimensions
width
by height. If width or height is
less than 1, do not print any stars. For example, a call to PrintBox(5,3)
would result in the following printout:
*****
*****
*****
Remember, you do not need to write the syntax of the function.
You are to complete the chart below.
| What you know | What you need to find out |
|
|