Solved

Select the Correct Syntax to Declare an Array Named IntReservations

Question 33

Multiple Choice

Select the correct syntax to declare an array named intReservations with 10 Integer elements.


A) Dim intReservations(9) as Integer
B) Dim intReservations(10) as Integer
C) Dim intReservations[9] as Integer
D) Dim intReservations[10] as Integer

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions