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.

10th Dec 2020, 8:42 PM
Ishan Swali
Ishan Swali - avatar
6 odpowiedzi
+ 4
The answers are: ; 20; 2 x
10th Dec 2020, 8:57 PM
Dimitris N. Kapoulas
Dimitris N. Kapoulas - avatar
+ 3
Ishan Swali looks like you're missing the semicolon after 20 for the second blank. See dimitris kapoulas answer as it is correct.
10th Dec 2020, 10:00 PM
ChaoticDawg
ChaoticDawg - avatar
+ 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?
10th Dec 2020, 10:18 PM
rodwynnejones
rodwynnejones - avatar
+ 1
I had it when entering.... i logged out and back in again and it worked.... weird
11th Dec 2020, 2:55 AM
Ishan Swali
Ishan Swali - avatar
0
I don't understand your problem!! Can you explain it better?
10th Dec 2020, 8:53 PM
Dimitris N. Kapoulas
Dimitris N. Kapoulas - avatar
0
one of the questions within the learn C++ keeps marking an answer thats right wrong and wont let me move on
10th Dec 2020, 8:54 PM
Ishan Swali
Ishan Swali - avatar