Lab 3 - Pascal

Due February 14th, Valentines Day

To Do:

You will implement a linked list of records. Each record should have an ID, a name, and a reference to the next element in the list. The records can be of any data that might have an id and name, let's say football team mascots.

You must use Pascal to do this assignment.

Grading

Grading will be based on completing all the tasks assigned, proper syntax, well thought out code, no reduntant code, commented code, and the general mood of Tim Gradl when he demos your program.