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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!