posted 22 years ago
I am using a class ListArrayBased to define the add() and get() methods. I would like to know how to retrieve the first item. The items are added from the list position of 1, and get() throws an exception if I specify get(0).
The purpose of the class is to sum the items in the list.
[ September 18, 2002: Message edited by: Douglas Wolfinger ]