How do you declare an array of 20 integers in B... - SS3 ICT Basic Programing III Question
How do you declare an array of 20 integers in BASIC?
A
DIM numbers(20)
B
DIM array(20)
C
DIM int_array[20]
D
DECLARE array AS INTEGER[20]
correct option: a
Please share this, thanks:
Add your answer
No responses