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

1 Expert Approved Answer
Step: 1 Unlock

import javautilpublic class RepeatAdditionQuiz public static void mainString ar... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Algorithms Questions!