I have an array of length 6 and I would like to search through it and remove one of the integers that is in the array. It is an array made up of 6 digits, i.e. 123456.
So, I would also like to possibly change it to a string and have the ability to change that string back into an array.
Ideas anyone? do you think it might be easier to deal with using an arraylist? I'm open for any idea