Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please take a look at the overall prompt to understand the general idea of the assignment. Then complete the tasks required on Section II, Tasks

Please take a look at the overall prompt to understand the general idea of the assignment. Then complete the tasks required on Section II, Tasks using Java code.

image text in transcribed

image text in transcribed

image text in transcribed

A law firm needs to create a Java software that stores clients' information and allocates a legal advisor following the specialty and budget requirements requested by each client. In the initial visit, a secretary will enter all the patients' information (as shown in Figure 1). The application will then compare the clients' requirements with the specialty of the legal advisors available at the firm (as shown in Figure 2). Finally, the application will associate each of the clients' budget with a band ID and calculate the total number of clients belonging to each band and the total amount of money being paid for each budget band (as shown in Figure 3 and 5). Figure 1: Example of clients's input. Figure 2: Example of legal advisors' specialties. Figure 3 : Example of data distributed by budget 1. Collect user input (such as ID, name, budget and legal specialty requirement) and store it in a suitable data structure. Please store budget information as integers. Example is shown in Figure 1. Store legal advisors' specialities in a suitable data structure. Example is shown in Figure 2. 2. Create a sample report as shown in Figure 4 below to calculate the total number of clients each legal advisor has been allocated to. Figure 4: Advisors' names and clients seen 3. Calculate the total number of clients belonging to each band and the total amount of money being paid for each budget band. Generates a sample report similar to Figure 5. Once operations are finished, you should give the user a way to end the program. Figure 5: Example of the price paid for legal consultation based on the budget band

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

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

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

1st Edition

3031124251, 978-3031124259

More Books

Students also viewed these Databases questions

Question

7. Track a citation back to its original source.

Answered: 1 week ago

Question

1. What is meant by Latitudes? 2. What is cartography ?

Answered: 1 week ago

Question

What is order of reaction? Explain with example?

Answered: 1 week ago

Question

Identify conflict triggers in yourself and others

Answered: 1 week ago