Output Questions for Class 10 ICSE Computer Applications
Predict the output of the following:
System.out.println(Math.sqrt(10.24));
Java
Java Math Lib Methods
102 Likes
Answer
3.2
Working
Math.sqrt method gives the square root of a positive number. Square root of 10.24 is 3.2 so it is the output.
Answered By
52 Likes