#include <iostream.h>
#include <conio.h>
void main()
{
int i;
for(i=10; i>=1;i--)
cout<< " " << i <<endl;
getch();
}
Wednesday, 24 October 2012
Subscribe to:
Post Comments (Atom)
Sesuatu yang indah belum tentu baik untukmu, tapi yang baik pasti indah pada waktunya
0 Komentar:
Post a Comment