Hi there,
I’m stuck on this particular exercise to progress. Could you help?
Link: https://www.codecademy.com/courses/learn-java/lessons/introduction-to-java/exercises/generalizations
Error message:
Generalizations.java:7: error: reached end of file while parsing
int epicLevel;
^
1 error
Java code
public class Generalizations {
public static void main(String[] args) {
boolean isComplete;
int awesomeLevel;
int epicLevel;
/*System.out.println(epicLevel);*/
//boolean isComplete = true//
//boolean isComplete = true//
Many thanks.