Additional Hints for Lab05, CISC105, Fall 2005

lab05c hints

Here is some more sample output:
Function callSample output
printBox(5,'=');
=====
=   =
=   =
=   =
=====
printBox(5,'-');
-----
-   -
-   -
-   -
----- 
printBox(6,'-');
------
-    -
-    -
-    -
-    -
------ 
printBox(4,'H');
HHHH
H  H
H  H
HHHH
printBox(3,'I');
III
I I
III