Computer Science, asked by Rabail5824, 6 months ago

Write a program in Java to find the difference between simple interest (s.i) and compound interest (c.i) when principal,rate and time are given as principal=8000,rate=10 and time=2

Answers

Answered by rajadasgamer1234
0

Answer:

In this tutorial, we will write a java program to calculate simple interest. ... P is Principal amount. R is rate per annum. T is time in years.

Similar questions