A calculator that calculates simple interest given principal, annual rate of interest, and time period in years.
Input:
p
: Principal amountt
: Time period in yearsr
: Annual rate of interest
Output:
- Simple interest =
p * t * r
A calculator that calculates simple interest given principal, annual rate of interest, and time period in years.
Input:
p
: Principal amountt
: Time period in yearsr
: Annual rate of interestOutput:
p * t * r