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.

Computer Science & Information Technology

You might also like to view...

By default, field values in an external text file that are being inserted in a table are separated by the ____ keyboard characte

a. comma b. semicolon c. space d. tab

Computer Science & Information Technology

WPF events which behave like Windows Forms events are called ______.

a) expandable events b) tunneling events c) bubbling events d) direct events

Computer Science & Information Technology