Question: For this project you will write a Java program that will run a simple math quiz. Your program will generate two random integers between 1
For this project you will write a Java program that will run a simple math quiz. Your program will generate two random integers between 1 and 20 and then ask a series of math questions. Each question will be evaluated as to whether it is the right or wrong answer. In the end a final score should be reported for the user. (See below for how to generate random numbers). Sample Ouptut This is a sample transcript of what your program should do. Values in the transcript in BOLD show the user inputs. So in this transcript the user inputs 33, Jeremy, 24, -16, and 80 the rest is output from the program. Enter a random number seed: 33 Enter your name: Jeremy He11o Jeremy! Please answer the following questions: 4+20=24 Correct! 420=16 Correct! 420=80 Correct! You got 3 correct answers! That's 100. 0\%
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
