The Drop Cap dialog box allows you to drop an enlarged letter into the left margin with the ________ Position setting
A) Dropped B) distance from text C) Lines to drop D) In margin
D
You might also like to view...
What is the output of the following code segment?
int ctr, x = 5; for (ctr = 0; ctr < 3; ctr++) { x = x + ctr; cout << x << “ “; } cout << ctr;
To test whether a character is one of ‘0’, ‘1’, ‘2’, ‘3’, ‘4’, ‘5’, ‘6’, ‘7’, ‘8’, or ‘9’, use the _______ standard library function.
a. isnumber b. isnotalpha c. isnumeric d. isdigit e. all of the above
The ____ calendar item status option shows time with a slashed bar in Day, Week, Work, or Month view.
A. Free B. Tentative C. Out of Office D. Busy
A conversion specification consists of a percent sign (%), a conversion code, and up to four optional modifiers.
Answer the following statement true (T) or false (F)