Skip to content

Latest commit

 

History

History
 
 

Compound Interest

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Title:-

Compound Interest

Short Description :-

A simple python script to calculate Compound Interest

Setup instructions :-

For script to work you need to have python3 installed in your system.
To run the script

python3 -u "compound_interest.py"

Detailed explanation :-

compound_interest.py is very simple program which helps a user to caculate CI/an yearly estimated interest & save their time. After knowing how many years they will be saving, their account balance, amount they want to invest, and yearly interest of the ivestment. We know compound interest is when a bank pays interest on both the principal (the original amount of money)and the interest an account has already earned. To calculate compound interest use the formula below. In the formula, A represents the final amount in the account after t years compounded 'n' times at interest rate 'r' with starting amount 'p' .

Output:-

Author(s):-

Vaibhav Vipin