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.
1. False
2. False
3. True
4. False
5. True
You might also like to view...
Using an incorrect relational operator or using an incorrect final value of a loop counter in the condition of a while or for statement is a frequent cause of __________errors.
a) syntax b) compilation c) off-by-one d) divide-by-zero
Which law requires banks and financial institutions to alert customers of their policies and practices in disclosing customer information?
A. Sarbox B. COPPA C. GLBA D. HIPAA