Resizing an array
I have declared what I think is an array of integers
I believe this is a 1d array with 1 entry.
How would I resize this?
int[] validCoords = new int[1];I believe this is a 1d array with 1 entry.
How would I resize this?