I am in the process of creating a class for trivia questions which are read from an input file. Each question has multiple choices which are being stored as elements of an ArrayList<String>. Now that...