InterviewSolution
Saved Bookmarks
| 1. |
Give the output of the following expressions : (i) If x = -9.99, calculate Math.abs(x); (ii) If x=9.0, calculate Math.sqrt (x); |
|
Answer» (i) 9.99 (ii) 3.0 |
|