To add a WordArt image to a worksheet, you click the WordArt button in the:
A) Illustrations group on the Home tab. B) Text group on the Insert tab.
C) Text group on the Home tab. D) Illustrations group on the Insert tab.
B
Computer Science & Information Technology
You might also like to view...
When a user interface is created in the window editor, the IDE automatically generates the __________ needed to display each component in the window.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology
How many times is the println statement executed?
``` for (int i = 0; i < 10; i++) for (int j = 0; j < 10; j++) System.out.println(i * j); ``` a. 100 b. 20 c. 10 d. 45
Computer Science & Information Technology