Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

(Create an investment-value calculator) Write a program that calculates the futu

ID: 3569954 • Letter: #

Question

(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 = investmentAmount * (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.25b.

ity have to be in javafx to solve this problem.

Explanation / Answer

http://courses.cs.vt.edu/~cs1054/assignments/P2/P2.pdf