What variable has the data the you want to keep?
One way to keep data from within a loop is to use an array or arraylist. Each time the code goes around the loop it could change the index to the...