Final Lab Exam  April 29,30

              The lab exam will be given in Lab Sections the week beginning Monday April 28.
              You must attend the lab section you are enrolled in  (or make alternative arrangements
              with your lab instructor.)

You will be asked to build a linked list of something based on keyboard input.  The data in
each node will be some combination of integers, doubles, chars, and strings.  You may be
asked to add new data to either the front or back of the list (not your choice!).  After building
the list, you will then need to

               - print the list out  and
               - do one other operation on the list (e.g. find the "smallest" item)

During the exam, you will not be allowed to use any software except Visual Studio or to refer
to any notes, books, or other materials - online or offline.