11.2k views
1 vote
4. What will the following line of code produce?

System.out.print("Greetings");
System.out.println("Earthling");

User Anurag
by
6.4k points

1 Answer

1 vote

i believe it would be "Hello there earthling".

User Ezzored
by
7.1k points