public class Generalizations {
public static void main(String args) {
//CommentHere:}
boolean isComplete = true;
int awesomeLeveln = 121;
int epicLevel = awesomeLevel * 2;
System.out.println(epicLevel);
}
}
Error code: Generalizations.java:6: error: cannot find symbol
int epicLevel = awesomeLevel * 2;
^
symbol: variable awesomeLevel
location: class Generalizations
1 error