The Report Footer displays text and data from:
A) Label boxes. B) Text boxes. C) Field Lists. D) both A & B.
D
Computer Science & Information Technology
You might also like to view...
Answer the following statements true (T) or false (F)
1. The first element in an array called names is names[1]. 2. The last element in the array defined by float pay[12]; is pay[12]. 3. Parallel arrays are arrays with the same number of elements used to store related information. 4. In the following array: 15 8 10 11 72 10 is a subscript. 5. In the following array: 4 6 35 78 94 3 53 76 6 is an element.
Computer Science & Information Technology
What is the maximum number of digits of precision available for the datatype double?
A. 0 B. 8 C. 10 D. 20
Computer Science & Information Technology