- 1
This chapter is broken (continue)
When i type the answer it narked me wrong so i used the hint and it says wrong
8 Respostas
+ 5
Hm... just passed all test.. No errors.
Can you post a question please? Or say chapter name/index and question index
+ 3
Tryed again... All works...
Maybe you forgot about semicolons ;
Or about opening curly braces { ? }
+ 3
So first of all...
ALL keywords should be lowercase
Second: semicolon after continue
0
I took a picture. But I cannot paste it here.
0
Its the chapter for breaks and continue.
0
This is the code I put in:
for (int x=0; x<99;x++) {
if (x%2 != 0)
Continue
0
Got it! Lol
0
Worked now. I think the hint features is what yhrew me off. The hint only pasted an i for if and c for continue.