InterviewSolution
Saved Bookmarks
| 1. |
Which of these methods is a rounding function of Math class?(a) Max()(b) Min()(c) Abs()(d) Round() |
|
Answer» Right choice is (d) Round() Explanation: Round() rounds up a variable to nearest integer. |
|