Write a program that plays a simple trivia game. The game should have five quest
ID: 3534747 • Letter: W
Question
Write a program that plays a simple trivia game. The game should have five questions. Each question has a corresponding answer and point value between 1 and 3 based on the difficult of the question. Implement the game using three arrays. An array of type String should be used for the questions. Another array of type String should be used to store the answer. An array of type int should be used for the point values. All three arrays should be declared to be of size 5. The index into the three arrays can be used to tie the question, answer, and point value together. For example, the item at index 9 for each array would correspond to question 1, answer 1, and the point value for question 1. The item at index 1 for each array would correspond to question 2, answer 2, and the point value for question 2, and so forth. Manually hardcode the five questions, answer, and point values into your program using trivia of your choice. (Note: Since the Internet is the source of everything, you can turn to sites such as www. triviaplaying.com for some questions answers to use if you canExplanation / Answer
Please rate with 5 stars :)
Related Questions
Hire Me For All Your Tutoring Needs
Integrity-first tutoring: clear explanations, guidance, and feedback.
Drop an Email at
drjack9650@gmail.com
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.