Question: public class Programming { public static void main(String args[]) { System.out.println(I am learning how to program.); } } Compile this and execute this program then

public class Programming { public static void main(String args[]) { System.out.println("I am learning how to program."); } }

Compile this and execute this program then modify it to display I am learning how to program in Java. Change class name to Javaprogramming.java. compile and execute. Modify the Javaprogramming class so it prints two lines of output. Change name to Awesome. Add second output statement that displays That's awesome !

Save as awesome.java then compile and execute

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!