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.

Computer Science & Information Technology

You might also like to view...

Text view displays the text of your slides instead of slide thumbnails.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

With a ________ approach, the diagrams move from general to specific.

A) top-down B) bottom-up C) management-centered D) employee-centered

Computer Science & Information Technology