1.

Which of the following declares a five-element one-dimensional array?

A. Dim dblAmounts(4) As Double
B. Dim dblAmounts(5) As Double
C. Dim dblAmounts(4) As Double = {3.55, 6.70, 8, 4, 2.34}
D. Dim dblAmounts() As Double={3.55, 6.70, 8, 4, 2.34,1.45}
Answer» E.


Discussion

No Comment Found