Computer Science, asked by nikitarout31, 1 month ago

Guys what will be the value of the expression if Math.abs(-4)​

Answers

Answered by dokejaya8
1

Answer:

(a) If x = -9.99, calculate Math.abs(x);

9.99

(b) If x = 9.0, calculate Math.sqrt(x);

3.0

Similar questions