SOFTWARE PROGRAMMING
My Homework Using Turbo C++
#include
void main ()
{
int i,j;
for (i=1; i<=5;i++)
{
for (j=5;j>=i;j--)
{
printf("*");
}
printf("\n");
}
}
(It's looping)
The result:
*****
****
***
**
*
This code only have a result like this? Huh
11 November 2009
Posted By ann's ✿---- ある-ちゃん In 11/11/2009 01:38:00 AM
Langganan:
Posting Komentar (Atom)

2 Comment:
heiii ... kmuh belajar C++ ya ??
hehe
Posting Komentar