Week 12 HW, Due Thr. 4-28-22: Modify the mortgage program to allow the user to input the amount of a mortgage and then s
Posted: Mon May 02, 2022 11:45 am
Week 12 HW, Due Thr. 4-28-22: Modify the mortgage program to allow the user to input the amount of a mortgage and then select from a drop down list (use JComboBox) of mortgage loans: 7 year at 5.35% 15 year at 5.5%, and 30 year at 5.75%. Use an array for the different loans (term and rate). Display the mortgage payment amount. Then, list the loan balance and interest paid for each payment over the term of the loan. Allow the user to loop back and enter a new amount and make a new selection, or quit. Insert comments in the program to document the program. You are not allowed to use the tools and menus (drag and drop) in the Netbeans.