Write a program that reads in an investment amount, the annual interest rate, and the number of years, and displays the future investment value using the following formula: futureInvestmentValue =...


Write a program that reads in an investment amount, the annual interest rate, and the number of years, and displays the future investment value using the following formula:


futureInvestmentValue = investmentAmount x (1 + monthlyInterestRate)numberOfMonths


For example, if you enter the amount 1000, an annual interest rate of 4.25%,
and the number of years as 1, the future investment value is 1043.33.



Jun 08, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here