what will the following function returns when executed math.ceil(9.8)
Answers
Answered by
0
The Math.ceil() function always rounds a number up to the next largest integer. Note: Math.ceil( null ) returns integer 0 and does not give a NaN error. Please mark me as brainalist
Similar questions