To obtain the sine of 35 degrees, use _______.
a. Math.sin(35)
b. Math.sin(Math.toRadians(35))
c. Math.sin(Math.toDegrees(35))
d. Math.sin(Math.toRadian(35))
e. Math.sin(Math.toDegree(35))
b Note the trig methods use the radians for angles.
You might also like to view...
A JFrame supports three operations when the user closes the window. Which of the choices below is not one of the three:
a. DISPOSE_ON_CLOSE. b. DO_NOTHING_ON_CLOSE. c. LOWER_ON_CLOSE. d. HIDE_ON_CLOSE.
What are two formats Database Documenter reports can be saved in?
A) PDF or XPS B) PDF or WPX C) XPS or XLS D) PDF or CSV
In a data collector set, a ____ contains only those instances when events occur.
A. memory dump B. trace report C. trace D. mini dump
Who should create the Application Guide?
A. Business Analysts B. Testers C. Project Management D. Developers