Attribute values do not allow you to control the format of the character data.

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


False

Computer Science & Information Technology

You might also like to view...

The header of an instance method cannot include the word ____.

A. void B. public C. private D. static

Computer Science & Information Technology

To access the element in row r and column c, C++ uses the formula (COLS and ROWS are constant integers):

a) ROWS * c + r b) COLS * c + r c) ROWS * r + c d) COLS * r + c

Computer Science & Information Technology

In order to isolate a subset of records from an open form or datasheet that will be needed only temporarily, a set of criteria may be placed on the records using a(n) ____.

A. filter B. ascending sort C. macro D. module

Computer Science & Information Technology

To select to how many decimal places a value will display; you would use which function?

A. Int B. Decimal C. Round D. Currency

Computer Science & Information Technology