A calculator that calculates simple interest given principal, annual rate of interest, and time period in years.
p: principal amountt: time period in yearsr: annual rate of interest
simple interest = (p × t × r) / 100
This script is designed for educational and demonstrative purposes by a micro-finance startup.
A simple interest calculator built with bash and hosted for micro-finance educational use.