InterviewSolution
Saved Bookmarks
| 1. |
Which of these method converts radians to degrees?(a) toRadian()(b) toDegree()(c) convertRadian()(d) converDegree()I got this question in semester exam.Origin of the question is Java.lang in chapter Exploring java.lang & java.io of Java |
|
Answer» CORRECT choice is (B) TODEGREE() The EXPLANATION: None. |
|