Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started