To display two documents next to each other in separate windows use:
A) View Side by Side.
B) Multiple Pages view.
C) Combine.
D) Compare.
A
Computer Science & Information Technology
You might also like to view...
When you want to sort by multiple fields, you will use a ________ sort field
Fill in the blank(s) with correct word
Computer Science & Information Technology
What will the following program segment do?
int counter = 1; do { cout << counter << " "; } while ( ++counter <= 10 ); a. Print the numbers 1 through 11. b. Print the numbers 1 through 10. c. Print the numbers 1 through 9. d. Cause a syntax error.
Computer Science & Information Technology