Which of the following statements defines a two-dimensional Integer array named intTwoDArray with 6 rows and 4 columns?
a. Dim intTwoDArray(5, 3) As Integer
b. Dim intTwoDArray(3, 5) As Integer
c. Dim intTwoDArray(6, 4) As Integer
d. Dim intTwoDArray(4, 6) As Integer
a. Dim intTwoDArray(5, 3) As Integer
You might also like to view...
Why does this represent information hiding? package mydata is type mytype is private; private type mytype is integer; end package; ______
Fill in the blank(s) with the appropriate word(s).
Which of the following units of measurement is equal to the font size for the current font?
a) a pixel b) a point c) an em d) a percentage
It's important to question the work you produce to determine whether you are acting out of impulse or making informed decisions
Indicate whether the statement is true or false
Which of the following access levels allows a user to perform normal day to day work with their own files but does not allow them to change system files or computer performance?
A. Administrator B. User C. Guest D. Power user