Multiple Choice
Which of the following statements defines a two-dimensional Integer array named intTwoDArray with 6 rows and 4 columns?
A) Dim intTwoDArray(5, 3) As Integer
B) Dim intTwoDArray(3, 5) As Integer
C) Dim intTwoDArray(6, 4) As Integer
D) Dim intTwoDArray(4, 6) As Integer
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q3: Which of the following code segments is
Q4: Which of the following code segments displays
Q5: Which statement is the best solution for
Q6: Which of the following could be used
Q7: Parallel arrays have all of the following
Q9: Which of the following is the correct
Q10: Which of the following declares an array
Q11: Which of the following allows an application
Q12: This property of a control allows it
Q13: When changing the number of elements in