Answered step by step
Verified Expert Solution
Link Copied!
Question
1 Approved Answer

(c++) This program is to keep track of customers who owe your company money. The data and each node should contain the customers name and

(c++) This program is to keep track of customers who owe your company money. The data and each node should contain the customers name and the amount owed. 
Data should be stored in a circular linked list. Your program should be able to create a list, add a customer to the list in sorted order by customerName, delete a customer from the list, output a display of the list, store the current updated list to a file and import a list from a file(data.txt). Lastly, the program should be able to list all customer who owe $50 or more. 
The program should also have a try/throw exception handler. The handler should activate if a customer owed amount is a negative value. 
The data.txt contains: JerryJones 400 MiraMartin -55.02 HarryTuna 302.6 RalphRobotics 402.2 KFC Abc Catapillar 300.10 Kaiser 1322.12 Dell 721.80 RelaysCo 159.0 Goupon 385. Gimini -65 Safeway 49.5 

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image
Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database And Expert Systems Applications 33rd International Conference Dexa 2022 Vienna Austria August 22 24 2022 Proceedings Part 1 Lncs 13426

Authors: Christine Strauss ,Alfredo Cuzzocrea ,Gabriele Kotsis ,A Min Tjoa ,Ismail Khalil

1st Edition

3031124227, 978-3031124228

More Books

Students explore these related Databases questions

Question

Discuss the process involved in selection.

Answered: 3 weeks ago

Question

Differentiate tan(7x+9x-2.5)

Answered: 3 weeks ago

Question

Explain the sources of recruitment.

Answered: 3 weeks ago

Question

Differentiate sin(5x+2)

Answered: 3 weeks ago

Question

Compute the derivative f(x)=1/ax+bx

Answered: 3 weeks ago