Computer Science, asked by ayushkumar2677, 9 months ago

A person invests certain amount of money(sum) at 6.5% per annum

compound interest for years. Write a program to calculate ad display the

followings:

(a) Interest and amount at the end of first year.

(b) Interest and amount at the end of third year.

(c) Interest and amount at the end of fourth year. write a program using Stream reader function​

Answers

Answered by Anonymous
0

Answer:

Compound interest is calculated by multiplying the initial principal amount by one plus the annual interest rate raised to the number of compound periods minus one. The total initial amount of the loan is then subtracted from the resulting value.

Similar questions