what is double dimensioal array??
Answers
Answered by
3
Two-dimensional Arrays. ... A 2D array has a type such as int[][] or String[][], with two pairs of square brackets. The elements of a 2D array are arranged in rows and columns, and the new operator for 2D arrays specifies both the number of rows and the number of columns.
I hope it is helpful to you
Attachments:
Answered by
14
Answer:
Two-dimensional Arrays. ... A 2D array has a type such as int[or String[,with two pairs of square brackets. The elements of a 2D array are arranged in rows and columns, and the new operator for 2D arrays specifies both the number of rows and the number of columns.
sorry for answering
Similar questions