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

Computer Science & Information Technology

You might also like to view...

To avoid logic errors, counter-controlled loops should be controlled using ________ variables.

a) int b) bool c) double d) decimal e) None of the above.

Computer Science & Information Technology

Twitter messages may not be longer than 100 characters in each post.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology