Question: Write a program called RepeatAdditionQuiz.java that uses a loopto randomly generate two integers. Store these integers as number1 and number2. Prompt a user to provide
Write a program called RepeatAdditionQuiz.java that uses a loopto randomly generate two integers. Store these integers as number1 and number2. Prompt a user to provide the correct answer when the two integers are added by printing out "What is number1 + number2 ?:". If the user provides the wrong answer, print out "Wrong answer, try again, what is number1 + number2 ?". If the user finally provides the correct answer, print out "That answer is correct" and end the program.
Step by Step Solution
3.52 Rating (162 Votes )
There are 3 Steps involved in it
import javautilpublic class RepeatAdditionQuiz public static void mainString ar... View full answer
Get step-by-step solutions from verified subject matter experts
