Creating an array with unknown dimension which will be set by user input is what I'm trying to figure out. I don't know if there is a standard way in java to do that or this needs creativity to get something like this done. for example if user input is 5, I should be able to make an 5D array. I'd appreciate any help.
Asked
Active
Viewed 13 times