Ask your own question, for FREE!
MIT 6.00 Intro Computer Science (OCW) 15 Online
OpenStudy (anonymous):

for i in range(1, 13): a = (z*x) b = (.18/12.0)*x c = a-b d = x-c f += a print('Month: '+str(i)) print('Minimum monthly payment: $' + str(a)) print('Principle paid: $' + str(c)) print('Remaining balance: $' + str(d)) x -= c how would i get x-c to become x after first loop?

OpenStudy (anonymous):

Have you tried using the IF and THEN statements?

OpenStudy (anonymous):

ooh right didn't even think of that

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!