Starting with player 1 each player gets a turn at answering


Create a trivia game for two players. The program will work like this:

Starting with player 1, each player gets a turn at answering five trivia questions. (There are a total of 10 questions) WHen a question is displayed , four possible answers are also dislayed. 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 of the questions, the program displays the number of points earned by each player and declares theplayer with the highest number of points the winner.

In this program you will design the Question class to hold the data for the trivia question. The Question class should have member variables for the following data:

A trivia question

Possible answer#1

Possible answer#2

Possible answer#3

Possible answer#4

The number of the correct answer (either 1, 2, 3, or 4)

The Question class should have appropriate constructor(s), accessor, and mutator functions. The program should create an array of 10 Question objects, one for each trivia question. Make up your own trivia questions on the subject or subjects of your choice for the objects.

Solution Preview :

Prepared by a verified Expert
Basic Computer Science: Starting with player 1 each player gets a turn at answering
Reference No:- TGS01670253

Now Priced at $20 (50% Discount)

Recommended (91%)

Rated (4.3/5)