what will be the final values stored in the variables when executed double b = -0.64
find doble q = Math.sqrt (Math.abs(b));
Answers
Answered by
0
Answer:
The output of q will be 0.8
Similar questions