Which of the following declares a two-dimensional array that has four rows and three columns? a. Dim

Question:

Which of the following declares a two-dimensional array that has four rows and three columns?
a. Dim decNums(2, 3) As Decimal
b. Dim decNums(3, 4) As Decimal
c. Dim decNums(3, 2) As Decimal
d. Dim decNums(4, 3) As Decimal

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: