Computer Science, asked by aqibalam110, 1 day ago

the result of math.ceil 10.4 is​

Answers

Answered by anushkasonawane20120
1

What does math .ceil X method return?

ceil() function returns the smallest integral value greater than the number. If number is already integer, same number is returned. Syntax: math. ceil(x) Parameter: x: This is a numeric expression.

Similar questions