Double-clicking the ____ tool rotates the selected object around the selected reference point on the Control panel.

A. Skew
B. Rotate
C. Turn
D. Mirror

Answer: B

Computer Science & Information Technology

You might also like to view...

A changing field, such as amount of money in the safe at a bank, should be imported from another source on a constant basis

Indicate whether the statement is true or false

Computer Science & Information Technology

What is the output of the following code:   loopCount = 1;while(loopCount < 3){   System.out.println("Hello");   loopCount = loopCount + 1;}

A. Hello B. HelloHello C. HelloHelloHello D. HelloHello

Computer Science & Information Technology