Thursday 21 November 2013

Bank Loan Interest Program in Python 3.3.2

This Program is Made in Python 3.3.2 using the Classes. Program is commented Line-by-Line for the user's contentment.This program is made by keeping in mind all the Circumstances which Borrower can face.New Ideas are welcomed by the Reader.

1.This is the first part of the class 'Loan'. The Program Consists of Three Methods(Member Functions) and Nine Data Members(which are used in several ways in program) .In the following Picture,you can see GetBorrower Method which returns the name of the Borrower.



2. This is part of the same class which consists of two Methods(GetMonthlyPayment and GetTotalAmount).
The GetMonthlyPayment calculates the Monthly Installments of the borrower and prompts him to Pay the amount. Another Method(GetTotalAmount) returns the total amount to the borrower(user) which he has paid to the bank.


3.This the main program where we are importing the class and using it.



Hope You Might have liked this post!

No comments:

Post a Comment