The loan calculator one | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

The loan calculator one

Can anyone please help me with the loan calculator one? Please explain the code used in detail. Thank you.

5th May 2021, 1:35 PM
Hardeep Singh
1 Answer
0
Use conditional statements and switch, break and apply the loan calculating formula EMI = [P x R x (1+R)^N]/[(1+R)^N-1], where P stands for theĀ loan amountĀ or principal, R is the interest rate per month [if the interest rate per annum is 11%, then the rate of interest will be 11/(12 x 100)], and N is the number of monthly instalments.
5th May 2021, 1:44 PM
kreddyt
kreddyt - avatar