You can only apply fills to entire rows or columns.

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

False

Computer Science & Information Technology

You might also like to view...

While in Slide Show view, if you want to reveal a hidden slide and you are aware of the slide number:

A) press F3 and choose the title from the list. B) press F12. C) type the slide number and press H to display it. D) type the slide number and press Enter to display it.

Computer Science & Information Technology

Assume that intCounter is an int variable initialized to 5. Which of the following loop continuation conditions can be used in a do while statement to print the values 5 through 15, inclusive?

a) intCounter > 5 b) intCounter < 15 c) intCounter <= 15 d) intCounter < 16 e) Both c and d.

Computer Science & Information Technology