E
Eli
Hi every one, I hope someone can help me, it is assignment for my
nephew
I need to write the following 2 formulas in c++
formula 1
The following formula is used to calculate the fixed monthly payment
(P) required to fully amortize a loan of L dollars over a term of n
months at a monthly interest rate of c. [If the quoted rate is 6%, for
example, c is .06/12 or .005].
P = L[c(1 + c)n]/[(1 + c)n - 1]
Formula2
P= Po (1+Q + (Q to the power of 2) / 2 )
Thank you very much
nephew
I need to write the following 2 formulas in c++
formula 1
The following formula is used to calculate the fixed monthly payment
(P) required to fully amortize a loan of L dollars over a term of n
months at a monthly interest rate of c. [If the quoted rate is 6%, for
example, c is .06/12 or .005].
P = L[c(1 + c)n]/[(1 + c)n - 1]
Formula2
P= Po (1+Q + (Q to the power of 2) / 2 )
Thank you very much