How I do that in python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

How I do that in python?

Problem 2 - Paying Debt Off in a Year 0.0/15.0 points (graded) Now write a program that calculates the minimum fixed monthly payment needed in order pay off a credit card balance within 12 months. By a fixed monthly payment, we mean a single number which does not change each month, but instead is a constant amount that will be paid each month. In this problem, we will not be dealing with a minimum monthly payment rate. The following variables contain values as described below: balance - the outstanding balance on the credit card annualInterestRate - annual interest rate as a decimal The program should print out one line: the lowest monthly payment that will pay off all debt in under 1 year, for example: Lowest Payment: 180 Assume that the interest is compounded monthly according to the balance at the end of the month (after the payment for that month is made). The monthly payment must be a multiple of $10 and is the same for all months. Notice that it is possible for the balance to become neg

17th Sep 2018, 6:24 AM
horacio981
horacio981 - avatar
1 Answer
+ 1
horacio981 You have to try and if you get stuck, ask for help on your problem but dont expect that other user make YOUR assignements
17th Sep 2018, 7:45 AM
KrOW
KrOW - avatar