The Spelling & Grammar command is located on the ________ tab

A) HOME
B) INSERT
C) REFERENCES
D) REVIEW

D

Computer Science & Information Technology

You might also like to view...

Every simple type struct inherits from class ________.

a) SimpleType b) Number c) ValueType d) Struct

Computer Science & Information Technology

What will the following code display?

int number = 6; ++number; cout << number << endl; a. 6 b. 5 c. 7 d. 0

Computer Science & Information Technology