Display some text on the console.
System. |
The print() method outputs text or values to the console.
Note: print() does not automatically append a newline character to the output. However, println() does.
System.
|
Parameter |
Description |
arguement |
The value or text to be displayed on the console |
Returns: |
No return value |