Question: This is a program which is asked to be written in java language. Write a program to input data relevant to an automobile loan and

This is a program which is asked to be written in java language.  This is a program which is asked to be written in

Write a program to input data relevant to an automobile loan and then, after computing the amortized monthly payment, print a table showing the monthly information indicated below. You must use methods for the separate tasks! (e.g.) Input of data, computation of payment, output of headers, compute monthly data, and output monthly data. A is amortized payment amount (rounded: use formula once only) p is the principal i is the annual rate/# of payments per year n is total number of payments of loan A = p*i*(1+i)^n/(1+i)^n - 1 Find the following for each payment period: payment number amount of interest due for that payment (rounded) amount of payment applied toward principal remaining balance after payment has been made Allow 24 payments per page, making sure that you put the page and column headers on every page. The sample output below indicates the values that must be output each time a payment is made. Finally, the total interest paid over the life of the loan must be accumulated throughout the processing portion of the program and its value must be printed at the bottom of the last page of output. This program should be well written and well documented both internally and externally

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!