This project is a simple interest calculator implemented using a Bash script. It allows users to calculate simple interest based on the principal amount, rate of interest, and time period entered by the user.
The script prompts the user to enter:
- Principal amount
- Rate of interest
- Time period
It then calculates simple interest using the formula:
Simple Interest = (Principal × Rate × Time) / 100
- Bash scripting
- Git and GitHub for version control
Run the script using: bash simple-interest.sh
Follow the prompts to enter the required values.
This project is licensed under the Apache 2.0 License.