Question: Using Python, please write a code for the following problem. 1. Car Loan Write a program to analyze a car loan. See Fig. 3.79. The
Using Python, please write a code for the following problem.


1. Car Loan Write a program to analyze a car loan. See Fig. 3.79. The user should enter the amount of the loan, the annual percentage rate of interest, and the duration of the loan in months. After each piece of data is entered, the data should be checked to make sure it is reasonable. If bad data has been supplied, the user should be so advised Otherwise, the monthly payment and the total amount of interest paid should be dis played. The formula for the monthly payment is p r monthly payment 1 (1 r) n where p is the amount of the loan, r is the monthly interest rate (annual rate divided by 12) given as a number between 0 (for 0%) and 100 (for 100%), and n is the duration of the loan in months. The formula for the total interest paid is total interest n monthly payment l pr
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
