The assignment is to write a method that computes the future investment value at a given interest rate for a specified number of years, using the formula: futureInvestmentValue = investmentAmount x (1 + monthlyInterestRate)numberOfYears*12. The test program will prompt the user to enter the investment amount and annual interest rate, then print a table displaying the future value for each year from 1 to 30.