Q. write a program that will display the following pattern,given the value of n.
1.example if n=5, output will be:
Code:
*
***
*****
*******
*********
Code:
****
***
**
*
|
Newbie Member
|
|
| 25Sep2010,11:22 | #1 |
|
pls help me out, how do i do this in dev.c its a bit difficult for a new student:
Q. write a program that will display the following pattern,given the value of n. 1.example if n=5, output will be: Code:
*
***
*****
*******
*********
Code:
****
***
**
*
|