CSC 232 - Introduction to Computer Science II
Lab 7


  1. Write a recursive search method for the LinkedListRec class that returns true if its argument is stored as the data field of a LinkedListRec node and returns false if its argument is not stored in any node. You can download the file LinkedListRec.java either from eccentric or by clinking on that file's name. Make sure to add a main method to test your code. For a print out, you need to only print out the code for the methods you have added (including main). 

  2. Do programming Exercise 1 page 467 of the text book.  Make sure to test your code. You can use whatever data type you want for the elements of a and b.

When you are done, demonstrate your programs to the instructor, turn in hard copies of the code you wrote, and upload your code on eccentric in a folder called LABS\lab7.