Question: Use the C++ STL library to create a linked list. The program will ask the user to enter a set of integers. The program will
Use the C++ STL library to create a linked list. The program will ask the user to enter a set of integers. The program will store only the even integers in the linked list. Once the user is done entering the integers, the program will use a for loop to traverse the link list to display the contents of the linked list, display the number of integers in the list, the largest integer, and the smallest integer in the list.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
