Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

WRITE JAVA CODE SO THE APP'S INPUT WORKS The first workshop lets the student practice about designing a simple JavaFx screen and its code behind.

WRITE JAVA CODE SO THE APP'S INPUT WORKS

The first workshop lets the student practice about designing a simple JavaFx screen and its code behind.

Task: Typically, banks offer car loans for periods ranging from one to eight years (12 to 96 months). Borrowers repay the loans in monthly installments. The amount of each monthly payment is based on the length of the loan, the amount borrowed and the interest rate. Create an app that allows the customer to enter the type of the vehicle, age of the vehicle, price of a car, the down-payment amount, the loan's monthly interest rate and the frequency. Use a Slider control for the years of the car loan with a minimum value of 12 and a maximum value of 96 months. Each tick mark should designate a 12- month period (e.g., 12, 24, 48 etc. months options). The app should display the loan's duration in months and the monthly payments, formatted as currency.

1. Write Java code so the input for the following fields work.

image text in transcribed
Car Payment X Type of Vehicle: Car/ Truck Age of Vehicle: New/ Used Down Payment: $ $0.00 Interest Rate: % 0.00% Loan Payment Period: 12 24 36 48 60 72 84 96 Loan Payment Frequency: Weekly/ Bi-Weekly/ Monthly Clear Get Results Your Estimated Fixed Rate $0.00 Loan Payment is

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

Mobile Communications

Authors: Jochen Schiller

2nd edition

978-0321123817, 321123816, 978-8131724262

More Books

Students also viewed these Programming questions