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»

ANSWER:

\setlength{\unitlength}{1cm}\begin{picture}(20,15)\thicklines\qbezier (1.5,0)(1.5,0)(4.5,0)\qbezier (1.5,0)(1.5,0)(0,2)\qbezier(4.5,0)(4.5,0)(6,2)\qbezier (0,2)(0,2)(1.5,4)\qbezier (6,2)(6,2)(4.5,4)\qbezier (1.5,4)(1.5,4)(4.5,4)\put (0.9,-0.2){\sf A}\put (4.7,-0.2){\sf B}\put (-0.3,2.1){\sf D}\put (6.1,2.1){\sf C}\put (1.3,4.1){\sf E}\put (4.7,4.1){\sf F}\end {picture}



Discussion

No Comment Found