Question: C++ Linked List Help Create a single linked list of clients that you keep track for your business. Each client has a name, an id
C++ Linked List Help
Create a single linked list of clients that you keep track for your business.
Each client has a name, an id and the amount of purchases they have done with you so far.
You should be able to:
Update the list item by finding a specific client
Add a record (new client)
display all clients
Find the client with the highest purchase amount.
Find the average spending for your whole set of clients.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
