+ 1
Is there an error with this question?
This question states that I have the right entries, but the answer is incorrect. Eg. [ for(int x = 0; x <=20; x=+2) Cout << x << endl;
2 Antworten
+ 7
It should be x+=2.
0
missing "{}"
This question states that I have the right entries, but the answer is incorrect. Eg. [ for(int x = 0; x <=20; x=+2) Cout << x << endl;