Computer Science, asked by priyabalakrishnan76, 5 months ago

Which of the following is/are TRUE about print() and println() methods?

a. print () prints in a single line only and multiple lines cannot be printed in any way.

b. println () prints and then appends a line break.

c. println () prints in a single line only and multiple lines cannot be printed.

d. print () prints and then appends a line break.​

Answers

Answered by vijaykumar9984078984
5

Answer:

b. println() prints and then appends a line break

Similar questions