#include main() { int j,n; scanf("%d",&n); j = 0; do { printf("the numbers are %d \n",j); j = j +1; }while( j}