create a payment calculator application that prompts the user for a loan amount ,interest rate ,loan term in years ,and payments term(daily ,monthly ,or yearly).keep in mind the payment must be converted so that the number used in the calculation is in the appropriate units.for this conversion ,assume that there are 30 days in each month and there are 360 days in a year.the application should display the payments ,total amount paid over the length of the loan ,and the the total amount of interest paid.
Comments
Leave a comment