This repository is being used as a test project for the IBM online course.
A simple bash script to calculate interest from user input for Principal, Rate, and Time.
Run the script using:
bash simple-interest.sh
Enter Principal:
1000
Enter Rate of Interest:
5
Enter Time (in years):
2
Simple Interest is: 100.00