Calculate Simple Interest – Java Example

Math

In this Java example code we will calculate the simple interest with given principal, rate and time period values.

Simple Interest = (P × R × T) / 100

P — Principal amount
R — rate per annum
T — time in years

Java method to calculate simple interest with given p, r and t values.

Share This Post On: