Computer Science, asked by sajeja80gmailcom, 6 months ago

predict the output of the following snippet.System.out.print.In("This is my first Java program"); System.out.print.In("Display the message"); System.out.print.In("Have fun");

Answers

Answered by anupc501
2

Answer:

This is my first java program

Display the message

Have fun

Explanation:

system.out.println prints the messages in seperate lines and only prints the message given inside double quotes.

Answered by keerthanavinod01
1

Answer:

Explanation:

This is my first Java program

Display the message

Have fun!!!

Similar questions