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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started