Brisk Writers
Written by
in
Solution – #include int main() { int x=1; while(10>=x){ printf(“%dn”,x); x=x+1;} return 0; }
You must be logged in to post a comment.
Leave a Reply
You must be logged in to post a comment.