Question: Write a C++ program that implements the singly linked list discussed on pages 117-120. The majority of the code is given in the text. Add
Write a C++ program that implements the singly linked list discussed on pages 117-120. The majority of the code is given in the text. Add a function to print the list. Demonstrate that the program works by calling the addFront function 4 times, then print the list, then call the removeFront function once, and then print the list again.
Make sure to upload your source code file(s) and any screen print files of your results.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
