ALL JAVA ASSIGNMENTS CS1102
ALL JAVA ASSIGNMENTS CS1102
You are tasked with creating a Java program that simulates a simple quiz game. The
program should prompt the user with a series of questions and allow them to enter
their answers. After the user has answered all the questions, the program should
compute and display the final score based on the number of correct answers.
For this assignment, write a Java program that implements the functionality
described in the scenario. Ensure that your program is error-free, compiles
successfully, and produces the expected output. Test your program with different
inputs to verify its correctness.