The Shrink Font button decreases the font size one increment.
Answer the following statement true (T) or false (F)
True
You might also like to view...
Which of the following function declarations can be passed the following array? char myArray[6][8];
a. void f1(char a[][], int sizeOfFirst); b. void f1(char a[][8], int sizeOfFirst); c. void f1(char& a, int sizeOfFirst); d. void f1(char a[6][8], int sizeOfFirst); e. B and D f. A and D
A ____________ variable’s scope begins at the variable’s declaration and ends at the end of the method in which the variable is declared.
a. global b. static c. local d. basic
Referring to the figure above, which callout points to the option used to add sound to an animation?
A. E B. F C. G D. H
In the accompanying figure, which line of code sets the font size of figure captions?
A. 4 B. 5 C. 1 D. 2