Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Calculate the Service Charge with GUI We would like to assess a service charge for cashing a check. The service charge depends on the amount

image text in transcribed
Calculate the Service Charge with GUI We would like to assess a service charge for cashing a check. The service charge depends on the amount of the check Business Rules/Criteria: If the check amount is less than S10, we will charge $1 If the amount is greater than or equal to $10 but less than $100, we will charge 10% ofthe If the amount is greater than or equal to $100, but less than $1,000, we will charge S5 plus 5% of the amount. If the value is over $1,000, we will charge $40 plus 1% of the amount. Display a pie chart that displays the % of checks cashed that are: less than $10 greater than or equal to $10 and less than $100 greater than or equal to S100 and less than S1000 greater than or equal to $1000 Other Requirements: GUI Notes: Capture check amount from user input (use a GUI text box) Use labels where needed to prompt user Display total in label Use a button to: Calculate the current check amount, service charge and the total, then Display graph with current information Note: Use a multibranch if-else statement to compute the service charge. Note: Keep track of the current % amounts (continue to calculate total %) Note: Upload the java files and a screenshot that shows you ran the code. need the main class, controller class and the fxml file as well as the screenshot Screenshot Below: Check Cashing Application Enter the Check Amount 5000 Cakculate Totals The service charge is $90.00- The total with the check amount is: $5,090.00 Service Charges Applied Today :$10 and Less than $100 Less Than $10 $100 and Less than $1000 Greater than $1000 ?Less Than $10 ? $10 and Less than $100

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

Big Data, Mining, And Analytics Components Of Strategic Decision Making

Authors: Stephan Kudyba

1st Edition

1466568704, 9781466568709

Students also viewed these Databases questions

Question

What organizational data will be required from the exercise?

Answered: 1 week ago

Question

Agree a review date to discuss progress.

Answered: 1 week ago