CS120
Lab #12

Due at the end of lab.

For this lab you will be creating your own linked list. Begin by creating a node class, which should contain the following:

The main code node to use the node class to do the following:

Turn in: Your code and sample output showing that the list is printed and that the search function works..