A simple Bash script to calculate simple interest based on the principal amount, annual rate of interest, and time period in years. This repository was created as part of the Introduction to Git and GitHub course.
This project provides a straightforward calculator that computes simple interest using the standard mathematical formula.
Simple Interest = p * t * r
p: Principal amount (the initial money)t: Time period in yearsr: Annual rate of interest
The script outputs the calculated simple interest based on the provided inputs.