Write a program to calculate compound interest in python


Asked by admin @ in Physics viewed by 416 People


Write a program in python to calculate the compound interest​

Answered by admin @



Explanation:

Python Program for compound interest

Compound Interest formula:

Formula to calculate compound interest annually is given by:

A = P(1 + R/100) t

Compound Interest = A – P

Where,

A is amount

P is principle amount

R is the rate and

T is the time span

Example:

Input : Principle (amount): 1200

Time: 2

Rate: 5.4

Output : Compound Interest = 1333.099243

# Python3 program to find compound

# interest for given values.

def compound_interest(principle, rate, time):

# Calculates compound interest

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

CI = Amount - principle

print("Compound interest is", CI)

# Driver Code

compound_interest(10000, 10.25, 5)

# This code is contributed by Abhishek Agrawal.

Output:

Compound interest is 6288.946267774416

Please refer complete article on Program to find compound interest for more details!


Similar Questions

Write a program to display your name in python

Asked by admin @ in Computer Science viewed by 342 persons

Write a code in python to display your name and age.

Write a program to calculate area of circle in c++

Asked by admin @ in Computers and Technology viewed by 311 persons

I want to write a C++ program to read the diameter of a circle. The program should find and display the area and circumference of the circle. Define a constant …

How to calculate compound interest when time is in fraction

Asked by admin @ in Math viewed by 388 persons

how to calculate compound interest if the time is in fraction , principal = 10,000, Rate of interest 8.5 , time period = 1 year 3 months. Compounded annually

Write a c++ program to calculate gpa in a semester

Asked by admin @ in Computers and Technology viewed by 351 persons

Write a C++ program that opens and reads file question2.txt. File question1.txt has 3 students and 3 grades of each. You program should read values from file and assign values …

Write a program to swap two numbers in python

Asked by admin @ in Computer Science viewed by 344 persons

Write a program is python to swap two numbers.

How to program a tic tac toe board in python

Asked by admin @ in Computers and Technology viewed by 329 persons

Write a program for TIC TAC TOE in PYTHON

How to calculate how many atoms are in a compound

Asked by admin @ in Chemistry viewed by 287 persons

How many atoms are in one formula unit of the compound FeC5O5? O 10 05 12 O 11

Compound interest for a certain amount at 13

Asked by admin @ in Accountancy viewed by 955 persons

compound interest for a certain amount at 13% pa for 2 years exceeds the interest on the same. amount at 12% pa for 2 years by Rs. 225. The principal …

The compound interest on rs 30000 at 7

Asked by admin @ in Math viewed by 320 persons

The compound interest on Rs. 30,000 at 7% per annum is Rs. 4347. The period (in years) is: A) 2 B) 3 C) 4 D) 5

To write the correct and effective program we much first

Asked by admin @ in Computer Science viewed by 1021 persons

To write the correct and effective program we must first

At a certain rate of compound interest rs 15320

Asked by admin @ in Math viewed by 466 persons

at a certain rate of compound interest rs 15320 becomes rs 30640 in, 6 years.what is the rate of interest

How to calculate no of electrons in a compound

Asked by admin @ in Chemistry viewed by 315 persons

How to find total number of electrons in a compound

Program to find greatest of three numbers in python

Asked by admin @ in Computer Science viewed by 340 persons

Write a program in python to find the greatest number among three numbers​

What is the common structure of python compound statements

Asked by admin @ in Computer Science viewed by 312 persons

What is the common structure of python compound statements?​

Bind function in python socket programming is used to

Asked by admin @ in Computer Science viewed by 379 persons

Bind() function in Python socket programming is used to: 1. Specify the port for service on the specified host2. Read data from the socket 3.Send data to the socket …

Most viewed questions in Physics


Jeevandeep health and physical education std 10 answers pdf

Asked by admin @ in Physics viewed by 11064 persons


Hc verma physics class 9 solutions of describing motion

Asked by admin @ in Physics viewed by 2663 persons


How to leave nightmare land answer key

Asked by maham237 @ in Physics viewed by 1590 persons



Base area and stability of some objects with different shapes

Asked by admin @ in Physics viewed by 1524 persons


Which of the following statements about safe lifting are correct

Asked by admin @ in Physics viewed by 1510 persons


Porous water-absorbing mass of fibers

Asked by wiki @ in Physics viewed by 1490 persons



Absorption of water by filter paper is due to

Asked by admin @ in Physics viewed by 1430 persons


A composite wire of uniform diameter 3mm

Asked by admin @ in Physics viewed by 1399 persons


At a distance l 400m from the traffic light

Asked by admin @ in Physics viewed by 1315 persons



A rocket of mass m is launched straight up with thrust f⃗ thrust.

Asked by maham237 @ in Physics viewed by 1311 persons


Mind map for light reflection and refraction class 10

Asked by admin @ in Physics viewed by 1140 persons



A thief runs at a speed of 10m s

Asked by admin @ in Physics viewed by 1094 persons


A 5.8 x 10 4 watt elevator motor can lift

Asked by maham237 @ in Physics viewed by 1077 persons