I've created a c++ program which contains 25 questions, 4 answer choices for each, and a correct answer. 4 points are awarded for each correct answer. It runs well however, I would really like to shorten the code of this program. Specifically with the questions and answers. How could I store the questions and answers into a .txt file? Also, I'd like to have the questions be in random order (despite them being numbered, I'll remove them) every time the quiz is taken.