Home > Back-end >  C
C

Time:06-07

How to write a list of stars with loop

CodePudding user response:

 # include & lt; stdio.h> 

Int main () {
int i;
For (I=0; I & lt; 10; + + I) {
Printf (" the stars \ n ");
}
return 0;
}


If have been solved, please timely in computer posted on a web page, the
If no problem, can continue to cross-examine,
CSDN BBS newbie guide

CodePudding user response:

say what you don't

CodePudding user response:

Output is a list of stars

CodePudding user response:

I hope it can help you: https://blog.csdn.net/it_xiangqiang/category_10581430.html
I hope it can help you: https://blog.csdn.net/it_xiangqiang/category_10768339.html