Which of the following statements correctly rotates the button 45 degrees counterclockwise?

a. button.setRotate(45);
b. button.setRotate(Math.toRadians(45));
c. button.setRotate(360 - 45);
d. button.setRotate(-45);

c. button.setRotate(360 - 45);
d. button.setRotate(-45);

Computer Science & Information Technology

You might also like to view...

In a formula with multiple operators, you can force one operation to be evaluated before another by using:

A) exclamation points. B) quotation marks. C) single quotes. D) parentheses.

Computer Science & Information Technology

A firewall is a hardware partition designed to protect networks from power surges.

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

Computer Science & Information Technology