Here is a few screen shots of this weeks assingment


For this week most of the code was given to as well, but we had to create 2 classes on our own. We had to create a linked list class and a list iterator. We know that these two classes are build into Java, but we had to create them to get a chance to see how it works and how it's done.
You can go ahead and download the zip file, and you will see both of the classes that we created. They are called: MyLinkedList.java and MyListIterator.java. These aren't compleated classes to the extend that Java has them, they are just simple versions of the real classes that get the job done for this weeks assingment.
Here is the source code: