Computer Applications
Write the Java expression for the following:
Java Math Lib Methods
ICSE 2016
10 Likes
Answer
T = Math.sqrt(a*a + b*b + c*c);
Answered By
5 Likes
Related Questions
The output of the statement
Math.ceil.(89.9) + Math.floor(90.5)is:- 0.0
- 180
- 180.0
- 180.4
What is the output of Math.ceil(5.4)+Math.ceil(4.5)?
- 10.0
- 11.0
- 12.0
- 9.0
The AMB hotel gives the amount to be paid by the customer as an integer, which of the following Math method rounds off the bill in decimals to an integer?
- Math.round()
- Math.pow()
- Math.ceil()
- Math.abs()
Give the output of the following:
Math.sqrt(Math.max(9,16))