Hi,
I would like to ask you to use Array List of Integer type so the declaration will be
as follow:

List<Integer> list= new ArrayList<Integer>();

Then iterate it using java 5 for loop like...