Code a method called arrayDimensions, which takes a two dimensional…

Question Answered step-by-step Code a method called arrayDimensions, which takes a two dimensional… 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 rowsRow [0] has 3 columnsRow [1] has 3 columns Computer Science Engineering & Technology Java Programming CS 2542 Share QuestionEmailCopy link Comments (0)