View Single Post
Old 11-24-2004, 12:10 PM   #1 (permalink)
DemonEdge
 
Newb Techie

Join Date: Nov 2004

Posts: 38

DemonEdge

Default Question about writing a program in visual c++

Hi,
i have an assignment to write a program that does the following:
take an number & character from the user
and print it like this:
input : 7 & char: *
*
**
***
****
*****
******
*******
******
*****
****
***
**
*
u get what i mean?
certainly i must use loops(while,for...?)but it has been a week now and i didn't get it done yet
any1 help plz??
DemonEdge is offline