Computer Applications
Give the output of the following:
- Math.max(Math.ceil(14.5), 15.5)
- Math.sqrt(Math.abs(-225))
Related Questions
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()
Write a Java expression for the following:
|x2 + 2xy|Write the java statement for:
Sum of a raised to b and cuberoot of c