All Mix Notes
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.