EMI Calculator in Windows Mobile App

Design an EMI calculator in windows mobile.

Description: The following program is an EMI calculator. This program calculates the EMI on the basis of selected number of years and by providing the rate of interest.
EMI – An equated monthly installement (EMI) is a fixed payment amount made by a borrower to a lender at a specified date each calendar month. The mathematical formula to calculate EMI  = P*R+(1+R)/N/((1+R)N-1) where
P – Loan amount
R- Rate of interest
N – Tenure in number of years.

Events Used :
btncal_click() = Calculates the EMI when the principal amount , rate of interest , number of years.
btnReset_click() = Resets the values.





.

Comments