Question: Write a program inside task2.java that reads in investment amount and annual interest rate, and displays the future investment value using the following formula: AccumulatedInvestmentValue
Write a program inside task2.java that reads in investment amount and annual interest rate, and displays the future investment value using the following formula:
AccumulatedInvestmentValue = investmentAmount * (1 + AnnualInterestRate/100)
For example, if you enter amount 1000, and annual interest rate 3.25, the future investment value is 1032.5.
Compile and Run the program
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
