C Program To Calculate Amount In Compound Interest
Satish B
http://technotip.com/7532/c-program-to-calculate-amount-in-compound-interest/
When interest compounds q times per year at an annual rate of r % for n years, the principal p compounds to an amount a as per the following formula:
a = p * (1 + r / q) ^ n * q;
Write a C Program to read 10 sets of p, r, n & q and calculate the corresponding a’s.
C Programming Interview / Viva Q&A List http://technotip.com/6378/c-programming-interview-viva-qa-list/
C Programming: Beginner To Advance To Expert http://technotip.com/6086/c-programming-beginner-to-advance-to-expert/ ... https://www.youtube.com/watch?v=7q8yFP6S3MA
2020-07-21
0.32592061 LBC
Copyrighted (contact publisher)
9018445 Bytes