You can press and hold [Tab] and click the Normal button on the status bar to display the slide master.
Answer the following statement true (T) or false (F)
False
Computer Science & Information Technology
You might also like to view...
Which of the following are correct ways to declare variables?
a. int length; int width; b. int length, width; c. int length; width; d. int length, int width;
Computer Science & Information Technology
Which method below is not part of the Iterator interface?
a) add b) remove c) next d) hasNext e) all of these are methods in the Iterator interface.
Computer Science & Information Technology