Menu

[Solved]Lab 7 Cm245 Contemporary Programming Methods Instructions Submit Java File Pdf File Screen Q37018881

Lab 7 CM245 Contemporary Programming Methods Instructions: Submit your .java file and a PDF file of your screen captures whic

Lab 7 CM245 Contemporary Programming Methods Instructions: Submit your .java file and a PDF file of your screen captures which dem program works. Write a program using JavaFX that calculates the future value of a portfolio at retirement. The calculation for future value is: Future Value Present Value * (1+r)” Where: Present value initial investment amount r assumed rate of return n compounding intervals such as years Here is an example: let PV : $250,000, r-1696, and n-18 years. FV-$3,616,000. Create a class called Equity to model the equity calculations and a class called EquityCalculatorWindow to handle the user interface. Use an Alert to display any input errors. See the Resources/stockCalculator.zip for an example of using an alert and also as a guide to the implementation. Disregard the use of message field in the example. All input values must be greater than zero. Inputs include Present Value, Rate of Return, and Years. Use a try catch to handle the exceptions thrown by the methods in your Portfolio class. Format your output in dollars and cents. Show transcribed image text Lab 7 CM245 Contemporary Programming Methods Instructions: Submit your .java file and a PDF file of your screen captures which dem program works. Write a program using JavaFX that calculates the future value of a portfolio at retirement. The calculation for future value is: Future Value Present Value * (1+r)” Where: Present value initial investment amount r assumed rate of return n compounding intervals such as years Here is an example: let PV : $250,000, r-1696, and n-18 years. FV-$3,616,000. Create a class called Equity to model the equity calculations and a class called EquityCalculatorWindow to handle the user interface. Use an Alert to display any input errors. See the Resources/stockCalculator.zip for an example of using an alert and also as a guide to the implementation. Disregard the use of message field in the example. All input values must be greater than zero. Inputs include Present Value, Rate of Return, and Years. Use a try catch to handle the exceptions thrown by the methods in your Portfolio class. Format your output in dollars and cents.

Expert Answer


Answer to Lab 7 CM245 Contemporary Programming Methods Instructions: Submit your .java file and a PDF file of your screen captures… . . .

OR


Leave a Reply

Your email address will not be published. Required fields are marked *