On lesson 12 it won’t work, this is what i wrote
public class Generalizations {
public static void main(String args) {
boolean isComplete = true;
int awesomeLevel = 121 ;
int epicLevel = awsomeLevel * 2;
/*System.out.println(epicLevel);*/
//hey there
}
}