Within the Find and Replace dialog box, click the ________ button to reveal advanced formatting settings

A) Special
B) More
C) Go To
D) Format


B

Computer Science & Information Technology

You might also like to view...

Changing the title of the page when you save it is a good habit to get into, because ____.

A. you cannot save the page without the change B. you don't have to remember to make the change later C. you are required to change the title to proceed D. None of the above.

Computer Science & Information Technology

Which of the following is NOT one of the arguments of a PMT function?

A. payment B. pv C. nper D. rate

Computer Science & Information Technology

Given the function prototype: ? double testAlpha(int u, char v, double t); ? which of the following statements is legal?

A. cout << testAlpha(5, 'A', 2); B. cout << testAlpha( int 5, char 'A', int 2); C. cout << testAlpha('5.0', 'A', '2.0'); D. cout << testAlpha(5.0, "65", 2.0);

Computer Science & Information Technology

The static keyword must not be used with ____.

A. data members B. instance methods C. class methods D. all of the above

Computer Science & Information Technology