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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!