Java Program to Calculate Simple Interest

Here you will get java program to calculate simple interest.

We can calculate simple interest in java by using following formula.

Simple Interest = (Principle x Rate x Time) / 100

Also Read: Java Program to Calculate Compound Interest

 

Output

Enter principle: 1000
Enter rate: 3
Enter time: 2

Simple Interest = 60.0

Leave a Comment

Your email address will not be published. Required fields are marked *