Computer Science, asked by sristeekumari123, 5 months ago

3. Write the output of the following:
Math.ceil(5.2)​

Answers

Answered by apriti621
1

Answer:

The ceil() method rounds a number UPWARDS to the nearest integer, and returns the result. If the passed argument is an integer, the value will not be rounded.

Similar questions