For this lab, and most remaining labs, partners are allowed. Some guidelines:
partner.txt. Even if
you do not have a partner, don't delete the file!
IntList L = new IntList(1, new IntList(2, new IntList(3, null)));
A method can be destructive or non-destructive.
Destructive: modifies the object that was passed in
Non-destructive: does not modify the object that was passed in