Course Links

Exercises

Resources

External

This tutorial will give you some practice in using iterators in your programs. You may wish to review the lab on linked lists, which covers similar material without iterators.

Take a look at IterTest.java. This file creates a simple list of integers and modifies them using iterators. You will see several places where the comments say FILL IN HERE. You should do so.

To Submit