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
Answer: A
Computer Science & Information Technology
You might also like to view...
Your ________ allows you to access your files, settings, and online services from devices connected to the Internet
Fill in the blank(s) with correct word
Computer Science & Information Technology
__________ is where application programs and transient operating system routines are loaded.
a. The transient area b. High memory c. Low memory d. The premise of this question is false.
Computer Science & Information Technology