public class MainClass { enum Problem { BIG, HUGE, SMALL }; // <--semicolon is optional here public static void main(String[] args) { } }