Compound Interest and the Amount - Python Problem Solution
Compound Interest and the Amount
Python Problem Solution
Image by Rilsonav from Pixabay |
PROBLEM STATEMENT
When interest compounds q times per year at an annual rate of r% for n years, the principle p compounds to an amount a as per the following formula a=p(1+r/q)nq
Write a program to read 10 sets of p,r,n & q and calculate the corresponding as.
SOLUTION
SHARE
If you find this useful, please share with your friends and Community.
CODE TOGETHER..GROW TOGETHER.
CODE TOGETHER..GROW TOGETHER.
Newer Posts
Newer Posts
Older Posts
Older Posts
Comments