Question: EmailAddress() is an array. It is declared by Dim EmailAddress(10) As String, and option Base 1 is in effect. How many rows and columns are in EmailAddress()?
- 10 rows and 10 columns
- 10 rows and 1 column
- 10 rows and 0 columns
- 1 row and 10 columns
Answer: The correct answer of the above question is Option B:10 rows and 1 column