Java programs are written in source code that contains detailed instructions for the computer to follow.

Let's see if we can display another message with this piece of source code.

With System.out.print(), we can display almost anything in the console; we just need to put it inside the parentheses.

Pssst: know-it-alls like me call print() a method.

Yikes! Didn't we use another keyword for displaying messages?