Computer Science, asked by singhrajendry, 1 day ago

WAP in java to accept the Principal , Rate of Interest and Time . Calculate and display the difference between compound Interest and Simple Interest . SI = ( P * R * T )/100 , Amount = P * (1 + R/100)T​

Answers

Answered by aarushdixit
0

Answer:

To find rate = SI*100/P*T

to find principal SI*100/R*T

to find amount =P+SI

Similar questions