This is a simple Bash script that calculates the simple interest based on the principal amount, annual rate of interest, and the time period in years.
p
: Principal amountr
: Annual rate of interest (in %)t
: Time period (in years)
- The calculated simple interest value
© 2025 Alexe Vasile-Emilian