How do I create an application that uses a linked list. You must be able to do at least the following to the linked list:

check whether the list is empty
display the list
find the length of the...