KnowledgeBoat Logo

Output Questions for Class 10 ICSE Computer Applications

Predict the output of the following Java program snippet:

System.out.print("The factorial of 5 is");
System.out.println("120");

Java

Java Intro

ICSE

78 Likes

Answer

The factorial of 5 is120

Answered By

46 Likes