Question: Write a C++ program that initially presents a menu of choices for the user. The menu should consist of the following choices: a.Create an initial
Write a C++ program that initially presents a menu of choices for the user. The menu should consist of the following choices:
a.Create an initial linked list of names and phone numbers
b.Insert a new structure into the linked list
c.Modify an existing structure in the linked list
d.Delete an existing structure in the linked list
e. display structure in descending order
f. display structure in ascending order
g.search linked list for a particular structure
h.Exit from the program
Based on the user's selection, the program should execute a function to satisfy the request.
Please can you solve this using only structs?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
