Computer Science, asked by ujjwalsrivastavaa, 7 months ago

what is the difference between print() and println() method​

Answers

Answered by priya141723
1

print() :It is used to print the argument within the parenthesis.

println() :It is used to print the argument within the parenthesis and the program control remains shifts to new line on next line due to ln.

Similar questions