Computer Science, asked by ashmeshpaswan, 4 months ago

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

Answers

Answered by s888
0

Answer:

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.

Explanation:

please mark brainlist

Similar questions