Computer Science, asked by paulsaumya08, 1 month ago

write a program to get principal, rate, time and calculate simple interest and compound interest​

Answers

Answered by Anonymous
9

Answer:

Compound Interest is calculated on the principal amount and the interest that accumulates on it in every period, using the formula: CI = P(1 + r / n)nt where P = Principal, R = Rate,n = number of compounding periods per unit and T = Time.

Answered by jassi1178
4

Answer:

Enter principal amount (p): 5000 ↲ Enter time in year (t): 2 ↲ Enter rate in percent (r): 18 ↲ Simple Interest = 1800.000 Compound Interest = 1962.000 Note: ↲ indicates ENTER is pressed. C program to print Hello, World!

Similar questions