Predict the output of the following Java program snippet:
System.out.print("The factorial of 5 is"); System.out.println("120");
92 Likes
The factorial of 5 is120
Answered By
58 Likes