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:

Verified
Correct Answer:
Verified
Related Questions
Q28: When using the Preserve keyword to redimension
Q29: The _ loop can be used to
Q30: When a form is loaded as modeless,other
Q31: The _ procedure takes a form out
Q32: As shown in the accompanying figure,the _
Q34: Critical Thinking Questions<br>Case 8-2<br>Another colleague shares the
Q35: An application can only contain one Windows
Q36: Arrays cannot be initialized by assigning values
Q37: A form that is shown as _
Q38: The ReDim statement can be used to