Computer Science, asked by yashrajdamani, 10 months ago

wap to find the compound interest​

Answers

Answered by Anonymous
0

formula

CI = p( 1+ r/100)^t

where

Ci = compound interest

r = rate

p = principal

t = time

Answered by halfblood1432
0

Answer:

1333.09

Explanation:

Write a C program to input principle (amount), time and rate (P, T, R) and find Compound Interest. How to calculate compound interest in C programming. Logic to calculate compound interest in C program.

Example

Input

Enter principle (amount): 1200

Enter time: 2

Enter rate: 5.4

Output

Compound Interest = 1333.099243

Similar questions