Computer Science, asked by febithaanas, 1 month ago

what will the following function returns when executed math.ceil(9.8)​

Answers

Answered by yohancefranklin127
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