#include<stdio.h>
#include<conio.h>
int x;
main()
{
x=1;
while (x<=10)
{
printf("%d\n",x);
x++;
}
getch();
}
Thursday, 20 October 2011
Subscribe to:
Post Comments (Atom)

0 comments:
Post a Comment