sackom
#1
<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>
Hey.
Could you please provide us with all of the code in question and maybe a little more info on the problems you are having?
sackom
#3
here’s the questions but solved
first two but the third I can’t iff you help i’ll appreciated
1.Set the boolean variable isComplete to true.
2.Set the int variable awesomeLevel equal to 121.
3.Set the int variable epicLevel equal to awsomelevel multiplied by 2
Again, would you mind showing all of the code so that we can get a better understanding?
But if I had to guess for number 3 it would look something like…
int epicLevel = awesomeLevel * 2;
1 Like
int epiclevel=awesomelevel*2;
system
closed
#6
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.