CS245 - CS II Spring 1997 LAB 12
Due by the end of lab(April 22, 1997):
Write a program that
- reads in characters until the user enters a *
- places them in a list (use the linked implementation)
- displays the length of the list
- and displays the first
- removes the third entry in the list [This function has not been written in LLIST.CPP]
- and displays the entire list of elements
NOTE: The array implementation of a list is in LLISTS.H and LLISTS.CPP on the CS245 share drive on Jaring