Question: Using Python Programming, not Java: 2.19 Financial application: calculate future investment value) Write a program reads in an investment amount, the annual interest rate, and
2.19 Financial application: calculate future investment value) Write a program reads in an investment amount, the annual interest rate, and the number of ye and displays the future investment value using the following formula: futureInvestrnemWalue = investmentAmoun/X (1 + monthlyInterestRateyu beroMonts For example, if you enter the amount 1000, an annual interest rate of 4 4.25% and the number of years as 1, the future investment value is 1043.33, Herei sample run: Enter investment amount: 1000 Enter Enter annual interest rate: 4.25Enter Enter number of years: 1 -Enter Accumulated value is 1043.33
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
