Answer the following questions true (T) or false (F)
1. True/False: The following statement: Declare Array1[23] allocates storage space for 22 elements.
2. True/False: The following statement: Declare ArrayX[5,5] allocates storage space for 25 elements.
3. True/False: The third element of an array named Dogs is identified by Dogs[3].
1. F
2. T
3. F
Computer Science & Information Technology
You might also like to view...
Which feature enables a user to undo changes to the operating system back to a previous date?
A) Safe Mode B) system restore C) ghost image D) restart
Computer Science & Information Technology
In VBA, the simplest programming structures are ________ structures
A) numeric B) decision C) sequence D) repetition
Computer Science & Information Technology