// GoodMorningMoonWithError5.java // This should work like GoodMorningMoon, except it has an error. // Compile the program and carefully read the compiler's error message. // See if you can fix this program to run properly. public class GoodMorningMoonWithError5 { public static void main(String[] args) { System.out.println(Good morning, Moon!!!); } }