Implement a singularly linked list class. Complete llist.h, llist.cpp, and client.cpp.
The client/main program is a menu based program:
Case 1:
Case 2:
Case 3:
Case 4:
Note: The above are the minimal required test cases. You should test other error cases thoroughly since this program will be used in later assignments!