Question: Code a method called arrayDimensions, which takes a two dimensional array and prints out its dimensions. So, if the array has 2 rows and 3
Code a method called arrayDimensions, which takes a two dimensional array and prints out its dimensions. So, if the array has 2 rows and 3 columns it prints out the following:
This array has: 2 rows
Row [0] has 3 columns
Row [1] has 3 columns
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
