+ 2

Can someone help?

How to print something in Java?

16th May 2020, 9:39 AM
Olena
2 odpowiedzi
+ 1
Rather than waiting for answer of questions like this, better to do google search
16th May 2020, 9:47 AM
Manish
Manish - avatar
+ 1
System.out.print("Hello"); To print a statement System.out.println("Hello"); To add new line character at last
16th May 2020, 9:50 AM
Manish
Manish - avatar