Computer Science, asked by ashmeshpaswan, 3 months ago

what will be the output Math.ceil(Math.sqrt(4))​

Answers

Answered by laldeepak202
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 s888
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