Q20 When interest compound 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)^nq Write a program to read 10 sets of p, r, n & q and calculate the corresponding as.
Program: 113 When interest compound q times per year at…
5 years ago