SQL

Sunday, 27 November 2011

Loan Interest System

This codes takes input ie. Loan amount , Year and Rate to calculate Monthly interest and total.Please start reading from LoanCalculatorMain.java which actually calls the start() function from LoanCalculator and LoanCalculator class calls all the getter methods from Loan.java.


Post a Comment