Display some text in the console, then proceed with a new line.
System. |
The println() method outputs text or values to the console, followed by a line break.
It’s commonly favored over the print() method because the automatic new line enhances code readability.
System.
|
Parameter |
Description |
arguement |
A value or text intended for console printing |
Returns: |
No return value. |