Screenshots of OUTPUT are included in 'assignment02Screenshots'
- Main Menu will ask user to choose from a LinkedList or Stack
LINKEDLIST (Function found in Q1.cpp):
- Linked list will be uploaded with names from a names.txt file.
- List will display current list content
- Linked List will ask user a couple of questions through out the program.
- After the last question asked the program will print out the Front and Back of List using only View
- It will also POP front and back
- it will remove all contents in list
- Last, it will check if list is empty (should return 'YES')
STACK (Function found in Q2.cpp)
- loadStack will load the Stack with random numbers (10)
- Then program will cout the fucntions required per the assignment.
After either LinkedList or Stack is done running, the program will return you to the Main Menu. You can choose to quit or run through the programs again.