Question: Deliverables 1. Use a flowpane layout as the root layout and set alignment to center using CSS. |2 Marks] 2. Set title as Compound Interest

 Deliverables 1. Use a flowpane layout as the root layout and

Deliverables 1. Use a flowpane layout as the root layout and set alignment to center using CSS. |2 Marks] 2. Set title as "Compound Interest Calculator. 12 Marks] 3. Set a light background for this Scene using CSS. [1 Marks] 4. Create 3 Labels each for "Invested Amount", "Rate of Interest" and "Investment Years" Correspondingly create 3 textfields to let the user enter the 3 values as depicted by the label text. Set prompt for each textfield. [5 Marks Then create 3 radiobuttons assigned to a single ToggleGroup, and name the radiobuttons as "Compounded Yearly", "Compounded Half-Yearly" and "Compounded Quaterly". Place the radiobuttons horizontanlly and set a label "Frequency of Interest" over these radiobuttons. [5 Marks 5. Create a button "calculate" below all other nodes. This button click will show the user the compounded interest on a TextArea node below the button. The result will show the invested value, value at maturity and the Interest earned. [5 Marks 6. Do not do any computations in the Main Class. Create an Interest java class and do all the computations there. Use formula as below: [5 Marks] 7. The formula for annual compound interest, including principal sum, is: A P (1+r) (n't) Where: A the future value of the investment/loan, including interest the principal investment amount (the initial deposit or loan amount) r-the annual interest rate (decimal) n the number of times that interest is compounded per year t the number of years the money is invested or borrowed for Now call the result of the Interest Class and use an Object of this class to display the result in the textArea. Use toString method from the Interest Class to display your result 15 Marks) 8

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!