A 2-dimensional array of ints , has been created and assigned to a2d. Write an expression whose value is the number of rows in this array.
LANGUAGE: JAVA
CHALLENGE:
A 2-dimensional array of ints , has been created and assigned to a2d. Write an expression whose value is the number of rows in this array.
SOLUTION:
a2d.length