Computer Applications
Give the output of the following:
- Math.pow(36,0.5) + Math.cbrt(125)
- Math.ceil(4.2) + Math.floor(7.9)
Related Questions
The output of the statement
Math.ceil.(89.9) + Math.floor(90.5)is:- 0.0
- 180
- 180.0
- 180.4
Give the output of the following:
Math.sqrt(Math.max(9,16))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()