Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Your first task in developing the application for tracking contributors is to load a list of the people who are helping the cause. Design and

Your first task in developing the application for tracking contributors is to load a list of the people who are helping the cause. Design and develop a linked list, implemented as a stack, to track all of the contributors. You will read the contributor information from a file provided; it is a comma delimited (CSV) file.

Your design should include the following: Each contributor will have the following Information:

Name: String; //the name of the contributor City: String; //the city in which the contributor lives Country: String; //the country in which the contributor lives Phone: String; //the phone number for the contributor Contribution: Double; //the amount of the contribution given by the contributor to the zoo ID: Integer; //identifier key for future needs Contributor Functions/Methods: Input constructor: //to accept a string for the name and additional information for each contributor (this should call the Push constructor to implement the stack) Print constructor: //to print out the contributor data Pop constructor Push constructor Deliverables: A fully documented program to load the data implemented as a stack A test plan to show how the program runs and can be executed A screenshot showing that the program loaded the data, and after all data is loaded, perform a single pop of the stack.

Tim Murphy USA 8285557865 200 25 Gordon Miner USA 8285551008 150 32 Jean Bell USA 8285557503 225 33 Mike Prather USA 8285558497 155 34 George Pipps USA 8285557777 100 35

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

Step: 3

blur-text-image

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

More Books

Students also viewed these Databases questions

Question

Proficiency with Microsoft Word, Excel, PowerPoint

Answered: 1 week ago

Question

Experience with SharePoint and/or Microsoft Project desirable

Answered: 1 week ago