Which of the following declares a five-element one-dimensional array? a. Dim intSold(4) As Integer b. Dim intSold(5)

Question:

Which of the following declares a five-element one-dimensional array?
a. Dim intSold(4) As Integer
b. Dim intSold(5) As Integer = {4, 78, 65, 23, 2}
c. Dim intSold() As Integer = {4, 78, 65, 23, 2}
d. Both a and c.

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

Step by Step Answer:

Question Posted: