Output Questions for Class 10 ICSE Computer Applications
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");
Java
Java Intro
136 Likes
Answer
India got independence
on
15th August,1947
Answered By
79 Likes