#include<stdio.h>
Int main ()
{
Int I= 10;
printf(“enter the numbers \n”);
scanf(“%d”,&i);
do{
Printf(“%d”,i);
I++;
}while(I<=8);
return 0;
}



Posted on by