I search this problème : How write this instruction in Java code ?
problem instruction is:
“Set the int variable epicLevel equal to awesomeLevel multiplied by 2.”
Please, bloger answer quickly : I want to help for an hight School.
I search this problème : How write this instruction in Java code ?
problem instruction is:
“Set the int variable epicLevel equal to awesomeLevel multiplied by 2.”
Please, bloger answer quickly : I want to help for an hight School.
try doing it like this:
epicLevel = awesomeLevel * 2
Good luck with high school
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.