Name: Anonymous 2011-02-22 18:04
So I have to create a program that will populate an array list with randomly generated values(already did). Next I have to write an iterator that will traverse the array list and keep only the numbers above 100. Do I create a new class to write this code in or do I keep it in the same class?