Computer Science, asked by PranavSakunde, 6 months ago

Differentiate between Math.ceil() and Math.floor() with solved example

Answers

Answered by abdurrahmanmirza1997
1

Answer:

The method Math. floor returns the largest Double data type that is less than or equal to the argument and is equal to mathematical integer. The method Math. ceil returns the smallest Double data type that is greater than or equal to the argument and is equal to mathematical integer

Similar questions