Hi WIll,

Thanks for you time and apologies for not making it clear.

The task is to create program that has a menu. when a user presses 1-4 a different shape is displayed.

*
**
***
****
in this format.

I've used a loop to drap the normal trianlge, reversed it to draw one upside down and used the above code to draw a pyramid. the final task is to draw a diamond.

*
**
***
****
***
**
*
or something to that effect.
I though I could write the code and then write the reverse to make the bottom part of thre triangle but the loops don't work together? One way or the other works but not when combined.

Does that make any more sense?