Question
Can someone do this assignment for me ASAP thank you so much in advance. For this Assignment, you will write one (1) program. Create an
Can someone do this assignment for me ASAP thank you so much in advance.
For this Assignment, you will write one (1) program. Create an application that generates a quiz, which can be taken by multiple users: Prompt for the users first and last name, college major, and confidence in test taking (high, medium, or low). The quiz should contain six questions. Each question is about one of the different topics studied in this course. Each question should be multiple-choice and offer four possible answers, one of them being the correct one. When the user selects the correct answer, a message of positive reinforcement should be displayed. If the user selects the incorrect answer, the correct answer should be displayed with a message of constructive feedback. Your application should allow multiple users to take the same quiz when the application runs. At the end of the quiz, display the number of correct and incorrect answers, as well as the percentage of correct responses for each user. Make sure to address users by name, and confirm or deny the correlation between their score and their perceived confidence in test taking. Save your application as Quiz.java. Note: Make sure you use all the skills studied in the course, including proper comments, Scanner or JOptionPane classes, nested looping structures, and all three different loop types (e.g., a sentinel while loop when integrating over multiple users, nested for loop when iterating over the quiz questions, and answers provided for each question). In the .java file: B be sure to include the comment header, provided in Week 1, and add comments to code blocks and statements explaining their scope and functionality.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started