Question: Future Value OBJECTIVE: The objective of the assignment is to write a GUI app with JavaFX using many Java classes to create GUI objects. INSTRUCTIONS:

Future Value

OBJECTIVE:

The objective of the assignment is to write a GUI app with JavaFX using many Java classes to create GUI objects.

INSTRUCTIONS:

Create a GUI (Graphical User Interface) application that calculates the future value of an investment. Write an application that gets as input the following:

Investment Amount

Annual Interest Rate

Number of Years

Use this formula, to calculate the Future Value:

Future Value = Investment Amount * (1 + Monthly Interest Rate)Number of Years * 12

For example: If the Investment Amount is $1000.00 with an Annual Interest Rate of 3.25 and 1 Year, then the Future Value would be $1032.98.

GUI:

The Future Value would be displayed in the window along with the input fields. Here is a sample of what the window might look like. This is just an example so you should feel free to make your own window design.

Future Value -- X

-

Investment Amount

Annual Interest Rate

Number of Years

Future Value

REQUIREMENTS:

Both the input and output must be done with a GUI.

Name the application Investment.java.

Submit application through the assignment tool in Canvas.

Make use of fonts and colors where needed.

A layout must be used. You can choose the one that best suits your design.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!