If you try to enter data in a protected cell, a message appears informing you that the cell is protected and therefore:

A) read-only. B) embedded. C) unlocked. D) invalid.

A

Computer Science & Information Technology

You might also like to view...

If the first line of a class declaration is class CGames, what is the first line of the class declaration for a class called Monopoly that inherits from CGames?

A. public Monopoly: class Monopoly B. class Monoply: public CGames C. class Monopoly: public CGames D. public CGames: class Monopoly

Computer Science & Information Technology

Write a statement that sets the flag stop_processing to true when either of the following conditions are true. Assume that stop_processing has been initialized as false.

• end of data is true • processing error is true

Computer Science & Information Technology