#include<studio.h>
int main()
{
int i;
printf("enter the value\n");
scanf("%d",i);
do{
printf("%d",i);
i++;
}while(i<=9);
return 0;
}

Posted on by