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.

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
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
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education