The application calculates the compound interest of given principal, period and interest.
Compound Interest (CI) = Total amount of Principal (P) and Interest (i) in future ('n' years from the present time) (or Future Value) less Principal amount at present (or Present Value)
CI = [P * (1 + i)^n] - P
Source Investopedia
- python 3.8+
- Clone the git repository and cd into it
- Run
python3 main.py