<PLEASE USE THE FOLLOWING TEMPLATE TO HELP YOU CREATE A GREAT POST!>
<Below this line, add a link to the EXACT exercise that you are stuck at.>
<In what way does your code behave incorrectly? Include ALL error messages.>
```
Replace this line with your code.
<do not remove the three backticks above>
Err… I can’t help you if I don’t see any code
i multiplied 121 by 2 and it still says Did you multiply the awesomeLevel
variable by 2?
This is also happening to me, Step 4 Q12/12. I have tried to start over, but it tells me the exact same thing ?
bx12
#5
That is because you have to multiply ‘awesomeLevel’ by 2 and not 121 by 2.
This should be your line of code
int epicLevel = awesomeLevel * 2;
system
closed
#6
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.