pls help me solve this c programing.it's bin giving me problem.
here's the question:multi-dimensional arrays using the for-loop,i guess
1.write a complex c program that will generate a table of compound interest factors:f,p,where
f=p(1+i/100)raised to the power of n
In dis formula, f represents the future value of a given sum of money,p represents its present value,i represents the annual interest rate xpressed as a percentage and n represents the number of years. Let each row in the table correspond to different value on n,with n ranging from 1 to 30(hence 30 rows).
Let each column represent a different interest rate.include the following interest rates:4, 4.5, 5, 5.5, 6, 6.5, 7, 7.5 ,8, 8.5, 9, 9.5, 10, 11, 12 and 15.(hence,a total of 16 columns).Be sure to label the rows and columns appropriately.



LinkBack URL
About LinkBacks



Your friend was kind enough to give you homework, but you could have given yourself homework.