Hi guys,

I need some help from you using C++.

The problem is.....

to print '*'s. Accept from the user the no. of columns........

for eg: The user enters 5. I need to display...

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

If you observe this........there are 5 columns..........b'cos I entered 5. If the user enters 9, then I need to display these '*'s in 9 cols.....

Hope you guys understood.

I need this........PLEASE..