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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started