Answered You can hire a professional tutor to get the answer.
Write a program that computes loan payments. The loan can be a car loan, a student loan, or a home mortgage loan.
Write a program that computes loan payments. The loan can be a car loan, a student loan, or a home mortgage loan. The program lets the user enter the interest rate, number of years, loan amount, and displays the monthly and total payments.(using GUI input) use (import javax.swing.JOptionPane)