Solved

Which of the Following Statements Defines a Two-Dimensional Integer Array

Question 8

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions