Write a java program that helps the Lebanese scout to create an online tombola (lottery). Your program should generate a random number between 10 and 99 using Math.random(). It should then ask the user to enter 2 numbers each of 1 digit only (0 to 9) and compares these digits with the random number. If the 2 digits match the same placed digits in the number, your program outputs "Congratulations, You win the tombola" and the random number. The user is allowed to repeat his guess for 5 times maximum. For example, if the program generates 73 and the user enters 7 and 3, then the user wins. If the user enters 3 and 7, the user loses the round. Sample Run 1: Enter a 2 digits: 1 Wrong, 4 tries left Enter 2 digits: 3 Wrong, 3 tries left Enter 2 digits: 1 Wrong, 2 tries left Enter 2 digits: 9 Congratulations, You win the tombola, the random number is 91 ! 1

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter6: Looping
Section: Chapter Questions
Problem 2PE
icon
Related questions
Question
Hello! Please I want this question written in Java programming language
Write a java program that helps the Lebanese scout to create an online tombola (lottery). Your program should
generate a random number between 10 and 99 using Math.random(). It should then ask the user to enter 2
numbers each of 1 digit only (0 to 9) and compares these digits with the random number. If the 2 digits match
the same placed digits in the number, your program outputs "Congratulations, You win the tombola" and the
random number. The user is allowed to repeat his guess for 5 times maximum.
For example, if the program generates 73 and the user enters 7 and 3, then the user wins. If the user enters
3 and 7, the user loses the round.
Sample Run 1:
Enter a 2 digits: 1
Wrong, 4 tries left
Enter 2 digits: 3 5
Wrong, 3 tries left
Enter 2 digits: 1
Wrong, 2 tries left
Enter 2 digits: 9 1
Congratulations, You win the tombola, the random number is 91 !
Sample Run 2:
Enter 2 digits: 1
Wrong, 4 tries left
Enter 2 digits: 1
Wrong, 3 tries left
2
Enter 2 digits: 2
Wrong, 2 tries left
Enter 2 digits: 1
Wrong, 1 tries left
Enter 2 digits: 1
Wrong, 0 tries left
You lost, the random number is 45 !
Transcribed Image Text:Write a java program that helps the Lebanese scout to create an online tombola (lottery). Your program should generate a random number between 10 and 99 using Math.random(). It should then ask the user to enter 2 numbers each of 1 digit only (0 to 9) and compares these digits with the random number. If the 2 digits match the same placed digits in the number, your program outputs "Congratulations, You win the tombola" and the random number. The user is allowed to repeat his guess for 5 times maximum. For example, if the program generates 73 and the user enters 7 and 3, then the user wins. If the user enters 3 and 7, the user loses the round. Sample Run 1: Enter a 2 digits: 1 Wrong, 4 tries left Enter 2 digits: 3 5 Wrong, 3 tries left Enter 2 digits: 1 Wrong, 2 tries left Enter 2 digits: 9 1 Congratulations, You win the tombola, the random number is 91 ! Sample Run 2: Enter 2 digits: 1 Wrong, 4 tries left Enter 2 digits: 1 Wrong, 3 tries left 2 Enter 2 digits: 2 Wrong, 2 tries left Enter 2 digits: 1 Wrong, 1 tries left Enter 2 digits: 1 Wrong, 0 tries left You lost, the random number is 45 !
Expert Solution
steps

Step by step

Solved in 2 steps with 2 images

Blurred answer
Knowledge Booster
Math class and its different methods
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