Saved Bookmarks
| 1. |
CLASS 11 -INFORMATICS PRACTICES1. Write a Python program to calculate EMI for amount,period and interest.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 and N is the number of monthly instalments. |
|
Answer» |
|