This project contains a Bash script to calculate Simple Interest based on user-provided values.
The script accepts the following inputs:
- Principal amount
- Rate of interest
- Time period
It then calculates the simple interest using the formula:
Simple Interest = (Principal × Rate × Time) / 100
README.md– Project overview.LICENSE– Apache 2.0 License.CODE_OF_CONDUCT.md– Community code of conduct.CONTRIBUTING.md– Contribution guidelines.simple-interest.sh– Bash script to calculate simple interest.
Created as part of the IBM Introduction to Git and GitHub Final Project.