Computer Science, asked by kritikapathak665, 18 days ago

Give the output of Math.ceil(x).when x=9.5​

Answers

Answered by ConstellationGuy
0

Answer:

The Math.ceil() function of the math class gives the smallest integer that is greater than equal to the argument. The return type of the number is double and the input type is either float or double.

Therefore, Math.ceil(x) will give 10.0.

HOPE IT HELPS..

PLS MARK BRAINLIEST..

Similar questions