Here's the deal. I have to create a program that outputs a pic like the one below using a 'for' loop.

*
**
***
****
*****
******
*******
********
*********
**********

No input required for this program and in order to get the *'s up there all u can use is a cout statement involving "*". Then i have to produce the same pic again 3 times, but have it turned around in the 3 different directions it can be turned. I need some help with this and any u can give is appericiated. Thanks to all!