All Mix Notes

Building Java Program.pdf

Building Java Program.pdf

 statement that prints a line of output on the console.

y pronounced “print-linn”

y sometimes called a “println statement” for short

y Two ways to use System.out.println :

• System.out.println(“text”);

Prints the given message as output.

• System.out.println();

Prints a blank line of output.

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

Check Also
Close
Back to top button