Write a program in Python that reads in investment amount, annual interest rate, and number of years, and displays the future investment value using the following formula: And displays the future investment value using the following formula:
futureInvestmentValue = investmentAmount * (1 + monthlyInterestRate)numberOfYears*12