In java, We are going to make a trivia game for the finalproject. The trivia game will have a user interface created by JavaFX. This interface will look like the picture below (Appendix A).The game will start out asking you to enter your name. Then thegame will produce two objects that are being added together. Thebuttons below the objects are the possible answers. The objectsthat are being added together and the possible answers will be readfrom a file that I give you. The file will contain integers,doubles and Strings. So, the class that handles this file will haveto be generic
OR
OR