CS Programs 15
CS Programs 15
simple interest --
import java.util.Scanner;
class si
OUTPUT -
Time Duration:7.0
Simple Interest:23286.69
2. compound interest --
import java.util.Scanner;
class compound
} OUTPUT -- Enter the principal: 1000 Enter the rate: 10 Enter the time: 3
Enter number of times interest is compounded: 1 Principal: 1000.0 Interest
Rate: 10.0 Time Duration: 3.0 Number of Time interest Compounded: 1
3.