question archive How do you develop a C++ menu driven program that lets the user to Add a number Print out all the numbers entered by the user
Subject:Computer SciencePrice:3.86 Bought8
How do you develop a C++ menu driven program that lets the user to
The program should maintain a linked list to store all the numbers. When the user wants to add a number, a new node is created to store the number and the new node should be added to the linked list properly. You can choose to do that in the following 3 ways:
When a user wants to print all the numbers, your program should traverse the linked list, visit each node and print out the number stored in each node.
I can make a program that meets the requirements but I can't seem to implement a linked list to store all the numbers.
Purchased 8 times