Question: 5. Using the function in exercise 4 implement a function NewDFV(Deposit, Years). The function will return the future value of a deposit with the bank
5. Using the function in exercise 4 implement a function NewDFV(Deposit, Years). The function will return the future value of a deposit with the bank assuming that the deposit and accrued interest are reinvested for a given number of years. Thus, for example NewDFV(10000,10) will return 10000*(1.063) ^ 10.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
