This project is a Bash script that calculates simple interest based on user input.
Simple Interest = (Principal × Rate × Time) / 100
simple-interest.sh– Bash script for simple interest calculationLICENSE– Apache 2.0 LicenseCODE_OF_CONDUCT.md– Contributor behavior guidelinesCONTRIBUTING.md– Steps to contribute to this project
- Open your terminal.
- Navigate to the folder containing
simple-interest.sh. - Run the following commands:
chmod +x simple-interest.sh ./simple-interest.sh