A simple, user-friendly tool developed to calculate the simple interest accrued over a specific period given the principal amount, annual interest rate, and time duration.
- Accurately calculates simple interest based on user inputs.
- Calculates the total final amount (Principal + Interest).
- Clear, readable, and easy-to-use application layout.
The application utilizes the standard financial formula for calculating simple interest:
Where:
- P = Principal investment or loan amount
- R = Annual interest rate (in percentage)
- T = Time period the money is invested or borrowed for (in years)
- Clone the repository:
git clone [https://github.com/your-username/repository-name.git](https://github.com/your-username/repository-name.git)