Computer Science, asked by sangeetasingh1975, 10 months ago

what value will be returned by Math.ceil(23.2).​

Answers

Answered by JoyeetaDas
2

Answer:

30.0

Explanation:

This function always returns the value in double and the value bigger than the value given to you...hope it helps you!

Answered by EthicalElite
30

\huge\tt{Question:-}

What value will be returned by Math.ceil(23.2)

\huge\tt{Answer:-}

Value of Math.ceil(23.2) will be returned by 24.0

\huge\tt{Output:-}

24.0

_______________________________

\tt{Basic \: Information:-}

Math.ceil() is used to return the higher integer for the given argument.

_______________________________

Similar questions