Trivia Came
In this programming challenge you will create a simple trivia game for two players. The program will work like this:
• Starting with player 1, each player gets a turn at answering 5 trivia questions. (There are a total of 10 questions, 5 for each player.) When a question is displayed, four possible answers are also displayed. Only one of the answers is correct, and if the player selects the correct answer, he or she earns a point.
• After answers have been selected for all the questions, the program displays the number of points earned by each player and declares the player with the highest number of points the winner.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.