write the output function of ciel (5)
Answers
Answered by
5
Correct Question:-
- Write the output of ceil(5)
Answer:-
- 5
What is ceil()?
- Ceil() returns the floating point number rounded up next higher integer
Similar functions
- floor() - opposite of ceil()
- round()
Similar questions