0
I have a big proplem in loops!!
I can't understand how to make shapes by "for loop" I tried too much but I can't get it and Tomorrow I've an Exam in it , helllp!!
7 Antworten
+ 4
I have 2 codes for just random shapes that i've made, so if you want go and check them out
+ 1
may be so
for (int i=0,i <5,i++){
cout <<'*'*i;}
for (int i=5,i >0,i--){
cout <<'*'*i;}
Or i++++
Or i+=i
I don't remember c++
0
I don't understand you
0
shapes by loop?
0
what it means
0
making shape like this
*
***
******
****
***
*
0
ok thx