You use the Macro Wizard to create and edit macros

Indicate whether the statement is true or false

FALSE

Computer Science & Information Technology

You might also like to view...

To determine which revisions to accept or reject in two different documents, use the View Side by Side command

Indicate whether the statement is true or false

Computer Science & Information Technology

What is the output of the following code fragment?

int x=0; while( x < 5) cout << x << endl; x ++; cout << x << endl; a. 0 b. 5 c. 4 d. unable to determine

Computer Science & Information Technology