Write a web page form that prompts the user to enter loan amount, interest rate, and number of years, as shown in the Figure below. Clicking the Loan Payment button invokes a servlet to compute and display the monthly and total loan payments, as shown in second Figure below. Use the loan class given in Listing 10.2, Loan.java, to compute the monthly and total payments. Use Java.util.Locale to format the output for the correct locale. see image.