Hello

I need some help with drawing boxes. I can draw triangles, but boxes i am having trouble with.

I need to draw a box like this ...

####
# #
####

It needs to be hollow, not like a triangle ...

*
**
***

Does anybody know an algorithm to draw a box?

eg height = 3
width = 5

output

#####
# #
#####

Anybody have any hints?

thanku