Computer Science, asked by cow4, 1 year ago

What do you mean by print statement ?

Answers

Answered by shivani12320
2
The print statement is used to send output to the standard output unit of your computer system.

Hope it is helpful
Answered by Rajkumarpatel89
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