Rahul, You should definitely use a collections class like Paul suggeted. For example, an ArrayList. You can always convert back to an array at the end if you need the data in that form.
The ArrayList needs to contain objects. You could use an array of size 6. Even better, you could create a custom object with 6 fields to give them clearer names.