Computer Science, asked by akhilatekuimp, 4 months ago

Write an inline
function to calculate Compound
Interest of
certain Sume of
mones 'P' at a
Interest 'd', compounded half
yearly when time is given
by t​

Answers

Answered by anushka6193
0

Answer:

1) If interest is compounded daily, rate of interest = R / 365 and A = P [ 1 + ( {R / 365} / 100 ) ]T, where ‘T’ is the time period. For example, if we have to calculate the interest for 1 year, then T = 365. For 2 years, T = 730.

2) If interest is compounded monthly, rate of interest = R / 12 and A = P [ 1 + ( {R / 12} / 100 ) ]T, where ‘T’ is the time period. For example, if we have to calculate the interest for 1 year, then T = 12. For 2 years, T = 24.

3) If interest is compounded half yearly, rate of interest = R / 2 and A = P [ 1 + ( {R / 2} / 100 ) ]T, where ‘T’ is the time period. For example, if we have to calculate the interest for 1 year, then T = 2. For 2 years, T = 4.

hope it would help u!!

plz mark as brainliest answer!!!

Similar questions