|
|
|
|
|
| Author |
Message |
![[Post New]](/templates/default/images/icon_minipost_new.gif) 18 Feb 2008 13:18:14 IST
|
|
|
/*Program to print the output A AA AAA AAAA*/ #include<iostream.h> #include<conio.h> void main() { int i,j; clrscr(); for(i=1;i<=4;i++) { cout<<"\n"; for(j=1;j<=i;j++) cout<<"A"; } getch(); }
|
Be not afraid of growing slowly.
Be afraid only of standing still.
|
this reply: 12 points
(with 2 
in 3 votes ) [?]
|
|
You have to be logged on to rate
|
|
|
|
|
|
|
|
|
|