Hi everyone,
I was wondering if someone could give me a hand with my problem.
So I have set up an array that has 20 positions available in it (0 - 19) and I have initialised values in the first five positions (0 - 4). Now my issue is that when I use a scanner to input data into a field it replaces the data I already have there. I think I would need to use a while or if statement and search for a "null" position and then place the new data there, but I'm not 100% sure.
Any help would be greatly appreciated.

