Computer Science, asked by beatrizflores5974, 10 months ago

How to create a dynamic 2D array in Java?

Answers

Answered by amannishad0512p5zxh6
0

Syntax: datatype arrrayname [ ] [ ]=new datatype [ rows] [ columns];

int a[ ] [ ]= new int [5] [4];

Hope you will get it@

For more java doubts follow me.

Similar questions