Computer Science, asked by krishnaekjibon6085, 17 days ago

write the output of the print(sqrt(16))

Answers

Answered by omkar721880
0

Answer:

The output is 4.0.

First Math.max(9,16) is evaluated. It returns 16, the greater of its arguments. Math.sqrt(Math.max(9,16)) becomes Math.sqrt(16). It returns the square root of 16 which is 4.0.

Answered by butterscotchseven344
0

Answer:

4

Explanation:

This output will be shown on the output screen.

Similar questions