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

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

asked
User Anurag
by
7.6k points

1 Answer

1 vote

i believe it would be "Hello there earthling".

answered
User Ezzored
by
8.3k points