0
Is there any relation between 'System.out.print()' and 'System.out.println()'?
2 odpowiedzi
+ 3
println () method adds a new line, print() method places everything on the same row.
0
system.out.println prints the command in a new line whereas system.out.print prints it in the same line