This project is a simple Bash script that calculates Simple Interest based on user input.
The script takes three values from the user:
- Principal amount
- Rate of interest
- Time (in years)
It then calculates Simple Interest using the formula:
Simple Interest = (Principal × Rate × Time) / 100
- Open a terminal.
- Clone this repository.
- Navigate to the directory.
- Run the script:
bash simple-interest.sh