Create a JavaFX application that implements a short survey. The first question should ask the user for

Question:

Create a JavaFX application that implements a short survey. The first question should ask the user for his or her favorite color and present the choices “red”, “orange”, “blue”, and “green” in radio buttons. The second question should ask the user for his or her age and present the choice in a spinner with the range 10–100. The third and final question should ask the user to select his or her favorite programming language from the choices "Java", "C++", "Python", and "C#" presented in a choice box. Add a button, that when clicked, summarizes the user’s selections.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: