Write an HTML form that prompts the user to enter loan amount, interest rate, and number of years, as shown in Figure 1. Clicking the Compute Payment button invokes a JSP program to compute and display the monthly and total loan payments, as shown in Figure 2. Use the Loan class (Loan.java) provided in folder Lab3 on Blackboard to compute the monthly and total payments.