Monday, February 16, 2009

EXERCISE6














#include
#include

void main(){
clrscr();
int x,y;
printf("Enter Integer:");
scanf("%d",&x);
for(y=1;y<=x;y++){
printf("%d\n",y);}
getch();
}

No comments:

Post a Comment