Advertisements
Advertisements
Question
Predict the output of the following snippet:
System.out.println("This is my first Java program");
System.out.print("Display the message:");
System.out.println("Have fun!!!");
Answer in Brief
Solution
This is my first Java program
Display the message:Have fun!!!
shaalaa.com
Is there an error in this question or solution?