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??