Friday 23 May 2014

Interest and Payment Calculator

Hello everyone. Today I want to share my Interest and Payment Calculator program with all of you.

The task of this program is very simple. It prompts the user to input the amount borrowed, the interest rate and the term(time, in years). It then makes the calculations so as to output the most comfortable monthly installment along with other details. The below screenshots will make you understand the task better.

Download this program:
Datafilehost




Got the idea for making this from Tim Wilson's Python programming Practice problems.: Click Here

-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-

26-05-2014 
There was a mistake in the code. The value of total amount used for calculation of installments was wrong. Corrected it today. The link and screen-shots have been updated. :-)