What type of value is returned by Math.ceil()?
double
boolean
short
Next
Answers
Answered by
0
ceil() function returns the smallest integral value greater than the number. If number is already integer, same number is returned.
Similar questions