Question: Please do in Python Create a computer solution to computer the future investment value when given an initial investment amount, an annual interest rate, and
Please do in Python
Create a computer solution to computer the future investment value when given an initial investment amount, an annual interest rate, and the number of years of the investment. The formula you will use to calculate the future investment value is:
futureInvestmentValue = investmentAmount * (1 + monthlyInterestRate)^numberOfMonths
The symbol ^ means that you will raise the amount before it to that power.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
