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
197 Likes
Answer
My name is
Kunal KishoreI am a student of Class X
Answered By
123 Likes
Related Questions
Fill in the blanks:
Reserved words are also called _________.
Fill in the blanks:
_________ package is used for mathematical functions in Java.
Predict the output of the following Java program snippet:
System.out.println("This is my first Java program"); System.out.print("Display the message:"); System.out.print("Have fun!!!");Predict the output of the following Java program snippet:
System.out.println("India got independence"); System.out.println("on"); System.out.println("15th August,1947");