Answer the following statements true (T) or false (F)
1. In the two-dimensional array declaration Dim newVar(,) As Double = {{1, 2, 3}, {4, 5, 2054}, {6, 802, 2786}} the comma in newVar(,) can be removed.
2. The ReDim and Preserve keywords can be used with two-dimensional arrays.
3. Arrays can only be one- or two-dimensional.
4. ReDim statements cannot be used to change a one-dimensional array into a two-dimensional array.
1. F
2. T
3. F
4. T
You might also like to view...
The ____________________ is the most important factor to determine the performance of a receiver.
Fill in the blank(s) with the appropriate word(s).
The efficient way to replicate changes in group membership is through use of _________________
a. Backup.exe b. Authoritative restore c. Nonauthoritative restore d. Linked-value replication
The data type of a variable in a return statement must match the function type.
Answer the following statement true (T) or false (F)
An ________ operator can work with programmer-defined data types.
A) inline B) unconditional C) overloaded D) undefined E) None of the above