KnowledgeBoat Logo

Computer Applications

Predict the output of the following Java program snippet:

System.out.println("My name is ");
System.out.print("Kunal Kishore");
System.out.println("I am a student of Class X");

Java

Java Intro

ICSE

144 Likes

Answer

My name is
Kunal KishoreI am a student of Class X

Answered By

90 Likes


Related Questions