3.4 What output was generated? 3.8 What output was generated? 3.9 You might be surprised that Example1 executed given that it uses Constants.FALL which is no longer defined. Why did it execute? 3.11 What error was generated? 3.16 What output was generated? 3.17 What is wrong with this output and what caused the problem? 3.21 What output was generated? 3.22 What is wrong with this output and what caused the problem? 3.24 Will this version of Example1.java compile? 3.25 What output would be generated by this statement? 3.26 Why is this somewhat troubling? 3.27 What output would be generated by the statement System.out.println(Constants.SPRING); 3.28 What output would be more informative for the previous statement? 4.3 What output was generated? 4.5 What code did you add to the main() method in Example2.java? (Copy and paste it here.) 4.8 What output was generated? 4.9 What is wrong with this output and why? 4.10 How does a "B" compare to a "B-" at JMU and in Java? 5.3 What output was generated? 5.4 What determines the order used by the compareTo() method? 5.9 What .class files were generated? 5.11 What output was generated? 5.12 Suppose JMU instituted a grade of "D-". What changes would you need to make to LetterGrade.java?