Multiple choice

In visual basic, statement Dim month(1 to 12) as integer defines which type of array?

  1. Two dimensional array

  2. Three dimensional array

  3. Dynamic array

  4. One dimensional array

  5. Control array

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

This is the correct answer.