Skip to content

Commit d710b9e

Browse files
Update README.md
1 parent ec325c4 commit d710b9e

File tree

1 file changed

+5
-0
lines changed
  • BasicPythonScripts/Compound Interest

1 file changed

+5
-0
lines changed

BasicPythonScripts/Compound Interest/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
1313
```
1414
## Detailed explanation :-
1515
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.
16+
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.
17+
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' .
18+
<p align = "center">
19+
<img src="./Images/formula_ci.png"/>
20+
</p>
1621

1722
## Output:-
1823
<p align = "center">

0 commit comments

Comments
 (0)