With System.out.print(), we can display almost anything in the console; we just need to put it inside the parentheses.
System.out.print()
Pssst: know-it-alls like me call print() a method.
print()
Yikes! Didn't we use another keyword for displaying messages?