This is a simple example of a Trivia game. I made it for my friend for school and decided I would post the code, maybe some beginners would have some fun with it. Anyways, it loads and parses answers/questions from text files and randomizes the questions, as well as the answers to the question. At the end it gives the user a "score" and a percentage of questions answered correctly. Sorry it's poorly commented.