Write a program that reads in investment amount, annual interest rate, and number of years and displays the future investment value of using the following formula:
future investment value=investment amount*(1+monthly interest rate)^number of years*12