+1 vote
in JAVA by (30.6k points)

How do you print something in Java?

1 Answer

0 votes
by (30.6k points)

You can use the System.out.println() method to print something in Java.

Related questions

0 votes
+1 vote
...