Ok so if you are on the Intro to Java Lesson 12 Generalizations Exercise 1 Number 4.) Set the int variable epicLevel equal to awesomeLevel multiplied by 2. then I think I can help you!
int epicLevel (set the variable)
= int awesomeLevel (set it equal to another variable)
* 2 (times it by two!)
So all in all your code for this particular number should be like the following: