Hi
I'm wondering if anyone can help me about this problem:
I want to make two dimension integer array but the number of rows isn't determined,so I tried arraylist.In this case I don't know how to declare and what to do when I want to retrieve the inserted data like which was in 2d arrays (like integerarray{i][j]).
Thanks...
I'm wondering if anyone can help me about this problem:
I want to make two dimension integer array but the number of rows isn't determined,so I tried arraylist.In this case I don't know how to declare and what to do when I want to retrieve the inserted data like which was in 2d arrays (like integerarray{i][j]).
Thanks...
Comment