I need to get the length of a 2D array for both the row and column. I’ve successfully done this, using the following code:
public class MyClass { public s
.length = number of rows / column length
[0].length = number of columns / row length