yeah sorry, creating a method that will take an arraylist and data as parameters, and store the data in the arraylist in ascending order.
so you would do(im assuming), insert(mylist,25);
its a program for my CSII class.
I thought an ArrayList automatically stores objects of strings, so i thought taking the ArrayList A, and converting it to an int, or vice versa with the data, that it would work, but i guess not...
so if you could give me a better explanation in lamens, i would much appreciate it. thanks again.
[ November 16, 2005: Message edited by: Billy Goat ]