Computer Science, asked by my6494952, 3 months ago

what is the output of the Math.sqrt(x); when x=-9.0

Answers

Answered by Anonymous
3

Question =>

what is the output of the Math.sqrt(x); when x=-9.0

________________________________

Answer =>

math.sqrt(x);

x=9

(function Math.sqrt()find the square root of the argument)

Therefore,

Math.sqrt(9);

=> 3

________________________________

Similar questions