Question: Full Project Description Who Wants to Be a Java Programmer? Your team project for the semester will be to make a quiz game to practice
Full Project Description Who Wants to Be a Java Programmer? Your team project for the semester will be to make a quiz game to practice the concepts that you learn in class. You will make a series of versions throughout the term to implement the program. Game Specifications:
10 multiple choice questions, with 4 possible answers for each question
The topic for each question will be Java related
The questions will increase in difficulty
Each question will be assigned a point value, with values increasing as the questions get more difficult
An accumulator will be used to calculate the user's score
A counter will be used to keep track of the number of correct responses
A high score text file will store the top three names and scores (raw data only)
The user's score will be displayed after each question is answered
If a user answers incorrectly, the correct answer will be displayed.
Team Project Version 1 25 points Who Wants to Be a Java Programmer?
v.1 Input/Output File name: javaGamev1.java
(2) Pseudocode (2) Display an Introduction to the Game.
(3) Prompt the user for his/her name.
(3) Display the following main menu: 1) See Rules 2) Play Game 3) Exit
(2) Prompt the user for the main menu choice. Regardless of user input:
(3) Display the rules for the game in a message box. (6) Display the 3 sets of questions and answers. These questions should come from the topics in Chapters 1 - 2. (i can send chapters to tutor if they need help)
(2) Prompt the user for each menu choice. (2) Include documentation (comments) in your code.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
