If you are new to Java, download the
Aquarium
Lab Series and work through the labs on your own. You should
focus particularly on the first four, since we will be going over Java
arrays (and also the ArrayList class) on Wednesday of 1st
Week.
Monday: Complete the very minimal List class by completing the addElement and removeElement methods: ListMiniLab.zip. If you have time, you can also add "addAtEnd(T element)", and "getElement(int index)".