Answered step by step
Verified Expert Solution
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.
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 bandStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started