Write a program in Java (without graphical interface) using a loan amount of $200,000 with an interest rate of 5.75% and a 30 year loan. Display the mortgage payment amount and then list the loan balance and interest paid for each payment over the term of the loan. If the list would scroll off the screen, use loops to display a partial list, hesitate, and then display more of the list. Insert comments in the program to document the program.