Computer Science, asked by pm079137, 3 months ago

short answers type. what is the syntax of the print statement?​

Answers

Answered by Anonymous
4

A print "statement" is actually a call to the print or println method of the System. out object. The print method takes exactly one argument; the println method takes one argument or no arguments. However, the one argument may be a String which you create using the string concatenation operator + .

Answered by komalrathi243
2

Answer:

A print "statement" is actually a call to the print or println method of the System. out object. The print method takes exactly one argument; the println method takes one argument or no arguments. However, the one argument may be a String which you create using the string concatenation operator + .

Similar questions