Welcome to java
In this challenge, you will learn how to print "Hello World!" in standard output (stdout).
Complete the code by copying the two lines of code below and pasting them inside the body of your main method.
System.out.println("Hello, World."); System.out.println("Hello, Java.");
Comments
Post a Comment