Advertisements
Advertisements
Question
Predict the output of the following snippet:
System.out.println("My name is ");
System.out.print("Kunal Kishore");
System.out.println("I am a student of Class X");
Answer in Brief
Solution
My name is
Kunal Kishore I am a student of Class X
shaalaa.com
Is there an error in this question or solution?