Question: Write a JSF page that lets the user enter loan amount, interest rate, and number of years. Click the Compute Loan Payment button to compute
Write a JSF page that lets the user enter loan amount, interest rate, and number of years. Click the Compute Loan Payment button to compute and display the monthly and total loan payments, Use the Loan class given in Listing 10.2, Loan.java, to compute the monthly and total payments. Display the payments using proper currency format for the default Locale.
Be sure to use validation on all input fields.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
