Which statement is true regarding the following Dim statement?
Dim states(49) As String, populations(49) As Double
(A) It is invalid since more than one array is dimensioned by a single Dim statement.
(B) It is invalid since the two arrays must have the same data type.
(C) The subscripts of states range from 1 to 49.
(D) The subscripts of populations range from 0 to 49.
(D) The subscripts of populations range from 0 to 49.
You might also like to view...
Each tool on the Tools panel, shown in the accompanying figure, displays a(n) ____________________.
Fill in the blank(s) with the appropriate word(s).
Why do object-oriented programmers usually specify that their data fields will have private access?
What will be an ideal response?
A file is a group of related fields.
Answer the following statement true (T) or false (F)
What two properties should you specify for the RequiredFieldValidator?
What will be an ideal response?