what will be the output Math.ceil(Math.sqrt(4))
Answers
Answered by
1
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.
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 brainlist
Similar questions