SOLUTION OF BASIC PROBLEM IN "C"

when interest compoundes q times per times per year at an annual rate of r% for n years,the principle P compounds to an amount a as per the followng formula a=p(1+r/q)^nq Write a program to read ten sets of p,n,r and q and calculate the corresponding as.*

If the marks obtained by a student in five different subjects are inputs through the keyword.Write a program to find out the aggregate marks and percentage marks obtained by the student.Assume that the maximum marks that can be obtained by a student in each subject is 100.
