Solved

Select the Correct Syntax to Define an Array Named IntReservations

Question 41

Multiple Choice

Select the correct syntax to define 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