How do you deselect an image?
A) Click the image
B) Right-click, and choose Deselect from the shortcut menu
C) Double-click the image
D) Click outside the image
D
Computer Science & Information Technology
You might also like to view...
Write the body of the loop below, which is part of a function that searches for a given element (called goal) in an array and returns its index. The array is called list and its size is called length.
for (int i = 0; i < length; i++)
Computer Science & Information Technology
A guide layer appears in the Timeline but is not visible in a published movie.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology