
Patrick B. answered 04/22/21
Math and computer tutor/teacher
1) The name of this array is arr
2) The data type of this array is int for integer
3)
The table looks like this. It has 4 rows and 5 columns..
0 1 2 3 4
0
1
2
3
4) because the array is not populated yet with real integer
values, the output is ZERO
5) GetLength(0) returns the length of the first dimension
of the array
6) GetLength(1) returns the length of the 2nd dimension
of the array