Question: *Note: Python homework: When prompting the user you must always include text which lets the user know what should be inputted. Write a program that

*Note: Python homework:

When prompting the user you must always include text which lets the user know what should be inputted.

Write a program that prompts the user to enter a loan amount (float), payment amount (float), and interest rate (float) and displays the number of payments required until the loan is paid. Interest is added to current balance before a payment is applied. Ex: If current balance is $100.00 and the interest rate is 0.02, the new balance is $102.00 before a payment is applied. HINT: Use a while loop to pay the loan down.

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!