InterviewSolution
Saved Bookmarks
| 1. |
2. What type of value is returned by Math.sqrt()?(a)int(b) float(c) double(d)all |
|
Answer» doubleExplanation:squar ROOT TYPE of value of type double PASSED to as it ARGUMENT. |
|