Question: In Java using JavaFX Future Value OBJECTIVE The objective of the assignment is to write a GuI app with JavaFX using many Java classes to
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 $1,467.84 102.89 , 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 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
Get step-by-step solutions from verified subject matter experts
