You can insert a table by clicking:

A) the Window group under the View tab. B) the Window group under the Insert tab.
C) the Table icon under the View tab. D) the Table icon under the Insert tab.


D

Computer Science & Information Technology

You might also like to view...

To create a link, you enclose the text you want to serve as a link within anaelement using thetag pair.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

The array subscript operator [], when overloaded, cannot:

a. Be used with linked list classes. b. Take a float as an operand. c. Take multiple values inside (e.g., [4,8]). d. Take user-defined objects as operands.

Computer Science & Information Technology

C++ allows the programmer to deal with data at a higher level of abstraction in part because related data of differing types can be treated as a unit in

a. a array variable b. a structure variable c. a function d. a library e. a class variable

Computer Science & Information Technology

Which of the following is the operator used to determine whether an object is an instance of a particular class?

a. equals b. instanceOf c. >> d. isa

Computer Science & Information Technology