KnowledgeBoat Logo

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

ICSE

125 Likes

Answer

India got independence
on
15th August,1947

Answered By

72 Likes