Java kiosk-style application to manage list of organizations


Questions:

Java kiosk-style application to manage list of organizations

You are to create an efficient, well-documented object-oriented application to manage a list of non-profit organizations. The organizations only need to track a list of volunteers and total donations. The idea is to set up a kiosk-style application that will continually run, giving the user(s) the following choices:

1. Add a new organization
2. Donate to an existing organization
3. Volunteer for an existing organization
4. Quit

You are the developer of the application and need to rely on the design of others in your organization. That said, you need to follow the guidelines of the following UML Class Diagram and IPO (Hierarchy) chart of the intended application (please refer to the attachment for these).

The UML Diagram is intended to describe each Organization to be managed and the IPO chart is to give you a `feel' for the application that is run at the kiosk.

Note the following:

- User can only be added once to an organization's volunteer list (the purpose of the find method is to determine if a volunteer already exists in the list for an organization).

- Donations must be between $1 and $10,00.q

2196_Donations.jpg

592_Organization.jpg

Solution Preview :

Prepared by a verified Expert
JAVA Programming: Java kiosk-style application to manage list of organizations
Reference No:- TGS01938055

Now Priced at $20 (50% Discount)

Recommended (93%)

Rated (4.5/5)