0
Bug in C++ for loop lesson?
I'm trying to learn C++ but on the for loop lesson there seems to be a bug. On the question, Fill in the blanks to print EVEN (multiples of 2) values from 0 to 20 using a for loop: The answers should be ;,20,2, and x, which works properly in an IDE, but it keeps telling me I'm wrong.
6 Réponses
+ 4
The answers are:
;
20;
2
x
+ 3
Ishan Swali looks like you're missing the semicolon after 20 for the second blank. See dimitris kapoulas answer as it is correct.
+ 1
just had a look at that particular module, did the three "test" and they where fine.
Did you miss the semi-colon after the 20?
+ 1
I had it when entering.... i logged out and back in again and it worked.... weird
0
I don't understand your problem!! Can you explain it better?
0
one of the questions within the learn C++ keeps marking an answer thats right wrong and wont let me move on