+ 2
Can someone help?
How to print something in Java?
2 odpowiedzi
+ 1
Rather than waiting for answer of questions like this, better to do google search
+ 1
System.out.print("Hello");
To print a statement
System.out.println("Hello");
To add new line character at last