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
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
1
Answer:
Explanation:
This is my first Java program
Display the message
Have fun!!!
Similar questions
Hindi,
4 months ago
History,
4 months ago
English,
4 months ago
India Languages,
8 months ago
Math,
11 months ago
World Languages,
11 months ago
English,
11 months ago