Simple Interest Calculator
A simple interest calculator built using Bash scripting. This tool allows users to compute simple interest based on three input fields: principal amount, rate of interest, and time period.
Simple Interest = (Principal × Rate × Time) / 100
- Principal – The initial amount of money
- Rate of Interest – The annual interest rate (in percentage)
- Time Period – The duration (in years)
bash simple-interest.shEnter Principal: 1000
Enter Rate of Interest: 5
Enter Time Period (in years): 3
Simple Interest = 150.00
| File | Description |
|---|---|
simple-interest.sh |
Bash script for the calculator |
README.md |
Project documentation |
LICENSE |
Apache 2.0 License |
CODE_OF_CONDUCT.md |
Community code of conduct |
CONTRIBUTING.md |
Contribution guidelines |
This project is licensed under the Apache 2.0 License.
We welcome all contributions! Please read CONTRIBUTING.md for details.