Computer Science, asked by Tulika0408, 6 months ago

Manoj lent a sum of 4000 for 5 years at a rate of 15% per annum to his friend Akash. Akash pays back the total amount along with the interest. Write a program in Java to calculate the total amount to be paid along with the interest.​

Answers

Answered by avinashraj489
3

Answer:

3000

P = 4000 , R = 15% T = 5yrs

SI = P*R*T/100

4000*15*5/100

=3000

Similar questions