I need help with creating a Java program described below:   Trivia Game 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 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 of 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.                                                                  You are to design a Question class to hold the data for a trivia question. The Question class should have String fields 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 (1, 2, 3, or 4)   The Question class should have an appropriate constructor(s), accessor, and mutator methods. The program should create an array of 10 Question objects, one for each trivia question (An ArrayList can be used instead of an array). Make up your trivia questions on the subject or subjects of your choice for the objects.

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter8: Arrays
Section: Chapter Questions
Problem 5GZ
icon
Related questions
Question

I need help with creating a Java program described below:

 

Trivia Game

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 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 of 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.                                                                 

You are to design a Question class to hold the data for a trivia question. The Question class should have String fields 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 (1, 2, 3, or 4)

 

The Question class should have an appropriate constructor(s), accessor, and mutator methods.

The program should create an array of 10 Question objects, one for each trivia question (An ArrayList can be used instead of an array). Make up your trivia questions on the subject or subjects of your choice for the objects.

Expert Solution
steps

Step by step

Solved in 4 steps with 3 images

Blurred answer
Knowledge Booster
Files and Directory
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781305480537
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr