#include<stdio.h>
int main()
{
int a=1;
do{
printf("the number is %d\n",a);
i++;
}while(a<=10);
return 0;
}

Posted on by