Question: Goals: To learn how to use structures . To learn how to use linked data structures (Note: no array is allowed) To use strings To








Goals: To learn how to use structures . To learn how to use linked data structures (Note: no array is allowed) To use strings To learn creating multiple versions via conditional compilation To design and implement functions (Note: this topic was covered in Homework 3 and 4) To perform unit testing (Note: this topic was covered in Homework 3 and 4) In this homework assignment, you will write a simple trivia quiz game. You program first allows players to create their trivia questions and answers. Multiple questions should be organized and managed using a linked data structure, no array is allowed in this homework assignment. Then, your program asks a question to the player, input the player's answer, and check if the player's answer matches the actual answer. If so, award the player the award points for that question. If the player enters the wrong answer your program should display the correct answer. When all questions have been asked display the total amount that the player has won. Goals: To learn how to use structures . To learn how to use linked data structures (Note: no array is allowed) To use strings To learn creating multiple versions via conditional compilation To design and implement functions (Note: this topic was covered in Homework 3 and 4) To perform unit testing (Note: this topic was covered in Homework 3 and 4) In this homework assignment, you will write a simple trivia quiz game. You program first allows players to create their trivia questions and answers. Multiple questions should be organized and managed using a linked data structure, no array is allowed in this homework assignment. Then, your program asks a question to the player, input the player's answer, and check if the player's answer matches the actual answer. If so, award the player the award points for that question. If the player enters the wrong answer your program should display the correct answer. When all questions have been asked display the total amount that the player has won
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
