Computer Science, asked by my6494952, 1 month ago

What type of value is returned by Math.ceil()?
double
boolean
short
Next​

Answers

Answered by Anonymous
0

ceil() function returns the smallest integral value greater than the number. If number is already integer, same number is returned.

Similar questions