Who Wants to Be a Millionaire?
For this project will be to create a quiz game similar to “Who Wants to be a Millionaire?”
Requirements:
· Your game will include 5 questions.
· You will ask the user multiple-choice questions (in increasing difficulty if possible).
· Each question, if answered correctly, will have a point value attached to it. The point values should be as follows: 100, 200, 500, 1000, 2000.
· Unlike the game on T.V., the score will be an accumulation of the points earned throughout the game and the user may continue if he/she answers incorrectly.
Show the user’s point total after each question.
· The user should be given the option to play as many games as he/she chooses.
Use the following menu to drive your program:
1) See Rules
2) Play Game
3) Quit
· Include at least three functions in your program.
Input Validation: The user must choose valid options from menus.
Grading Criteria:
1. Algorithm (30 points) _____
2. Loops/If Structures (80 points) _____
· Game ends at correct place
· Play as many times as user wishes
· Game and score resets
· Input Validation
3. Score Accumulation (10) ______
4. Functions (30) ______