Create a Java program that requires the computer to generate two random numbers and the user will input the sum of numbers. If the input of the user is not a number, then it will display "Invalid Input, Try Again". If the answer of the user is wrong then it display "Your answer is incorrect, Try Again!". If the answer of the user is correct, it will display "Your answer is correct" and will ask again if the user wants to Play again or not. If the user's choice is [M for Yes then it will generate the random number again and answers the sum of the numbers. If the user's choice is (N] for No then the program will exit. SAMPLE OUTPUT: The two generated random numbers are 8 and 7, what is the sum? Enter your answer: a Invalid Input, Try Again! Enter your answer: a3 Invalid Input, Try Again! Enter your answer: 14 Your answer is incorrect, Try Again! Enter your answer: 15 Your answer is correct! Do you want to play again? MYes [N] No Enter your choice: Y The two generated random numbers are 5 and 20, what is the sum? Enter your answer: 25 Your answer is correct! Do you want to play again? MYes [N] No Enter your choice: N Program Terminates.

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter6: Looping
Section: Chapter Questions
Problem 2PE
icon
Related questions
Question
100%
Create a Java program that requires the computer to generate two
random numbers and the user will input the sum of numbers. If the
input of the user is not a number, then it will display "Invalid Input,
Try Again". If the answer of the user is wrong, then it display "Your
answer is incorrect, Try Again!". If the answer of the user is correct,
it will display "Your answer is correct" and will ask again if the user
wants to Play again or not. If the user's choice is [Y] for Yes then it
will generate the random number again and answers the sum of the
numbers. If the user's choice is [N] for No then the program will exit.
SAMPLE OUTPUT:
The two generated random numbers are 8 and 7, what is the sum?
Enter your answer: a
Invalid Input, Try Again!
Enter your answer: a3
Invalid Input, Try Again!
Enter your answer: 14
Your answer is incorrect, Try Again!
Enter your answer: 15
Your answer is correct! Do you want to play again?
[YYes
[N] No
Enter your choice: Y
The two generated random numbers are 5 and 20, what is the sum?
Enter your answer: 25
Your answer is correct! Do you want to play again?
MYes
INJ No
Enter your choice: N
Program Terminates.
Transcribed Image Text:Create a Java program that requires the computer to generate two random numbers and the user will input the sum of numbers. If the input of the user is not a number, then it will display "Invalid Input, Try Again". If the answer of the user is wrong, then it display "Your answer is incorrect, Try Again!". If the answer of the user is correct, it will display "Your answer is correct" and will ask again if the user wants to Play again or not. If the user's choice is [Y] for Yes then it will generate the random number again and answers the sum of the numbers. If the user's choice is [N] for No then the program will exit. SAMPLE OUTPUT: The two generated random numbers are 8 and 7, what is the sum? Enter your answer: a Invalid Input, Try Again! Enter your answer: a3 Invalid Input, Try Again! Enter your answer: 14 Your answer is incorrect, Try Again! Enter your answer: 15 Your answer is correct! Do you want to play again? [YYes [N] No Enter your choice: Y The two generated random numbers are 5 and 20, what is the sum? Enter your answer: 25 Your answer is correct! Do you want to play again? MYes INJ No Enter your choice: N Program Terminates.
Expert Solution
steps

Step by step

Solved in 4 steps with 3 images

Blurred answer
Knowledge Booster
Files and Directory
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT