Question: The final program for CTS2450 is an individual program of your choosing. You decide what problem you want to solve and write the program to
The final program for CTS2450 is an individual program of your choosing. You decide what problem you want to solve and write the program to solve it. It must include a written description of what the program does and instructions about how the program works in the comments section. I do not want to see a program from the text, but all of you have interests and hobbies that you could design a program that would meet the following criteria.
| Comments | Enough so another programmer will know what the program is doing without even reading your description Also, include your name, date, and program name at the top of the program |
| Selection structure | Include either If/else logic or a case structure |
| Repetition structure | Include either While, Do While or For loop |
| Array | Any type of an array |
| Inheritance | Use Inheritance and/or Interfaces |
| Exception | Use trycatch block |
| Components | Button, TextField, Label, or ComboBox |
| Theme | There must be some point to your program, not just a collection of components |
Receives user input
Performs output
Add a graphic or color
To receive full credit you will design a JavaFX Application that contains at least 4 of the 6, (selection, loop, array, inheritance, components or exception) plus all of the others mentioned above.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
