segala bidang
Text
Thursday, 29 March 2012
star (bahasa C)
#include"stdio.h"
#include"conio.h"
void main() {
int a, b;
for(a=1;a<=10;a++)
{
for(b=a;b<=10;b++)
printf("*");
printf("\n");
}
getch();
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment