I am having troubles with a problem on setting the int variable epicLevel equal to awesomeLevel multiplied by 2. I did 121 multiplied by 2 and I got 242. Here is my code and please tell me ASAP if my code is wrong!
boolean isComplete = true;
int awesomeLevel = 121;
int epicLevel = 242;