No products in the cart.

Write a program of compound interest …

CBSE, JEE, NEET, CUET

CBSE, JEE, NEET, CUET

Question Bank, Mock Tests, Exam Papers

NCERT Solutions, Sample Papers, Notes, Videos

Write a program of compound interest in Python
  • 1 answers

Sia ? 5 years, 4 months ago

# Python3 program to find compound

# interest for given values.

def compound_interest(principle, rate, time):

    # Calculates compound interest 

    CI = principle * (pow((1 + rate / 100), time))

    print("Compound interest is", CI)   

# Driver Code 

compound_interest(10000, 10.25, 5)

http://mycbseguide.com/examin8/

Related Questions

Case study questions of chapter 1
  • 0 answers

myCBSEguide App

myCBSEguide

Trusted by 1 Crore+ Students

Test Generator

Test Generator

Create papers online. It's FREE.

CUET Mock Tests

CUET Mock Tests

75,000+ questions to practice only on myCBSEguide app

Download myCBSEguide App