Write a Python program to find & print the Total amount & the Interest, calculated as Compund interest of certain amount.
Formula to calculate compound interest annually is given by: (3)
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
Answers
Answered by
1
Answer:
I hope this solves your doubt
Attachments:
Similar questions