Skip to content
Pooja Bhatia Classes Hari Nagar
  • We teach following classes
    • Class 12
    • Class 11
    • Class 10
    • Class 9
  • Sumita Arora IP/CS Solutions
  • Jobs/Internship
Pooja Bhatia Classes Hari Nagar

sa 11 cs chapter 7

6. Write a program to calculate EMI as per fortnula : E = PR (1+ R)n /((1+ R)” -1 ) where E = EMI ; P = Principal Loan Amount ; R = Rate, of interest per month i.e., (Annual rate of interest/100/12) ; n = tenure of loan repayment in months. Get the input from user (e.g., calculate EMI for loan amount of 2,00,000 at 10% p.a. rate of interest (10/100/12) for a period of 2 years i.e., 24 months.

sa 11 cs chapter 7, sa 11 ip chapter 4, Uncategorized / PythonCSIP CS IP

p = int(input(‘Enter principal : ‘)) r = int(input(‘Enter annual rate of interest : ‘))/1200 n = int(input(‘Enter tenure of loan : ‘)) print(‘EMI is’, p*r*pow((1+r), n)/(pow((1+r), n)-1))

6. Write a program to calculate EMI as per fortnula : E = PR (1+ R)n /((1+ R)” -1 ) where E = EMI ; P = Principal Loan Amount ; R = Rate, of interest per month i.e., (Annual rate of interest/100/12) ; n = tenure of loan repayment in months. Get the input from user (e.g., calculate EMI for loan amount of 2,00,000 at 10% p.a. rate of interest (10/100/12) for a period of 2 years i.e., 24 months. Read More »

4. What will following code print ?

sa 11 cs chapter 7, sa 11 ip chapter 4, Uncategorized / PythonCSIP CS IP

4. What will following code print ? Read More »

Post pagination
← Previous 1 … 3 4 5 … 41 Next →
  • We teach following classes
    • Class 12
    • Class 11
    • Class 10
    • Class 9
  • Sumita Arora IP/CS Solutions
  • Jobs/Internship
  • We teach following classes
  • Sumita Arora IP/CS Solutions
  • Jobs/Internship

Copyright © 2025 Pooja Bhatia Classes Hari Nagar | Powered by Pooja Bhatia Classes Hari Nagar.