Calculate monthly EMI for a loan.
COMPUTE, ACCEPT, DISPLAY.
Formula: EMI=P×R×(1+R)N(1+R)N−1EMI = \frac{P \times R \times (1+R)^N}{(1+R)^N – 1}EMI=(1+R)N−1P×R×(1+R)N
Where:
- P = Principal Loan Amount
- R = Monthly Interest Rate
- N = Number of Months
Calculate monthly EMI for a loan.
COMPUTE, ACCEPT, DISPLAY.
Formula: EMI=P×R×(1+R)N(1+R)N−1EMI = \frac{P \times R \times (1+R)^N}{(1+R)^N – 1}EMI=(1+R)N−1P×R×(1+R)N
Where:
Leave a Reply