What do you mean by print statement ?
Answers
Answered by
2
The print statement is used to send output to the standard output unit of your computer system.
Hope it is helpful
Hope it is helpful
Answered by
0
There are three kinds of print statements: ... operator + . If you ask to print an object, the print and println methods call that object's toString() method to get a printable string.
Similar questions