Trivia Game

Have a 10 question quiz on any topic you choose, and at the end indicate how many they got corerct.

Use Classes to define a series of multiple choice questions, and their answers.

Define a class called Question, to hold the following information:
Declare an array of the questions. For each question, set all it's values.

Use comments & functions to help make your code easier to read.