A dynamic text block can contain only string data.

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

True

Computer Science & Information Technology

You might also like to view...

Items in an index are listed in:

A) numerical order. B) the order of entry into the document. C) the order of importance. D) alphabetic order.

Computer Science & Information Technology

void printNum(int num)                   //Line 1{                                        //Line 2  if (n < 0)                             //Line 3     cout

A. Statements in Lines 3-11 B. Statements in Lines 5-6 C. Statements in Lines 5-11 D. Statements in Lines 7-11

Computer Science & Information Technology