Question: JAVA UML 15.5 (Create an investment-value calculator) Write a program that calculates the future value of an investment at a given interest rate for a
JAVA UML

15.5 (Create an investment-value calculator) Write a program that calculates the future value of an investment at a given interest rate for a specified number of years. The formula for the calculation is futureValue nvestmentAmount * (1 + monthlyInterestRate)years.12 Use text fields for the investment amount, number of years, and annual interest rate. Display the future amount in a text field when the user clicks the Calculate button, as shown in Figure 15.27b. Exercise15 05 Investment Amount Number of Years: Annual Interest Rate: Future value: 10000 3.25 $11386.28 Calculate
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
