#include<stdio.h>int main(){int a=1;do{printf("the number is %d\n",a);i++;}while(a<=10);return 0;}
Not registered? Create an account
Forgot Password?
Already a registered user? Login