Review tools can be used to mark each change in a document so that others can see your ________, or changes

Fill in the blank(s) with correct word

revisions

Computer Science & Information Technology

You might also like to view...

When designing a database, it is important to consider future data needs

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