Computer Science, asked by UniquePrincess1234, 3 months ago

Solve this java equation:-

Math.ceil(71.35) ​

Answers

Answered by Anonymous
4

Java Math.ceil() method

The java.lang.Math.ceil () is used to find the smallest integer value that is greater than or equal to the argument or mathematical integer.

Answered by marvel281
1

|ANSWER|

OUTPUT:- 72.0

___________________

|EXPLANATION|

This is because Math.ceil() always return a number grater than or equal to the argument passed in it.

It always return the value as a double data type.....

MARK ME AS THE BRAINLIEST....

Similar questions