...

/

Project: Print More Messages!

Project: Print More Messages!

Print more messages with this Java project.

We'll cover the following...

You’re off to a great start with your first Java program!

Right now, your code prints a single line:

System.out.println("Hello, world!");
...