This project is a Simple Interest Calculator built using HTML, CSS, and JavaScript. It helps users calculate interest on a principal amount over a given time period.
Simple Interest (SI) = (Principal × Rate × Time) / 100
Where:
- Principal (P): Initial amount
- Rate (R): Interest rate per year
- Time (T): Time in years
- User-friendly interface
- Instant calculation
- Input for principal, rate, and time
Input:
- P = 1000
- R = 5%
- T = 2 years
Output:
- SI = 100
- HTML
- CSS
- JavaScript fix typo another fix