Question: Compiling and Executing a Java Program 1 public class Awesone Instructions public static void main(String args. Execute the program. There should be no Systen.out.println(I am
Compiling and Executing a Java Program
1 public class Awesone Instructions public static void main(String args. Execute the program. There should be no Systen.out.println("I am learning how to program in Java."); syntax errors.
2. Modify the program so it displays "I'm learning how to program in Java.". Execute the program
3. Modify the JavaProgranning class so it prints two lines of output. Change the class name to Awesome. In Java, the file name must match the class name, so change the file name to Awesome.java Add a second output statement that displays "That's awesome!". Execute the program Grading
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
