Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

PLEASE DO NOT POST ANSWER THAT IS ALREADY ON CHEGG. ALSO, PLEASE SHOW ALL THE STEPS WITH EXPLANATION IN JAVA ONLY Qn9 (Optional, 10 bonus

PLEASE DO NOT POST ANSWER THAT IS ALREADY ON CHEGG.

ALSO, PLEASE SHOW ALL THE STEPS WITH EXPLANATION IN JAVA ONLY

image text in transcribed

Qn9 (Optional, 10 bonus points) Create a lottery game application. Generate three random numbers (Math.random()), each between 0 and 9. Allow the user to guess three numbers. Compare each of the user's guesses to the three random numbers and display a message that includes the user's guess, the randomly determined three-digit number, and the amount of money the user has won as follows: Matching Numbers Any one matching Two matching Three matching, not in order Three matching in exact order No matches Award ($) 10 100 1,000 1,000,000 0 Note: Make certain that your application accommodates repeating digits. For exam- ple, if a user guesses 1, 2, and 3, and the randomly generated digits are 1, 1, and 1, do not give the user credit for three correct guesses - just one. Save the file as LotteryXX.java. Note that for your submission, you need to replace XX with your name. Your application should be able to let user choose if he/she wants to play the game again

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Strategic Database Technology Management For The Year 2000

Authors: Alan Simon

1st Edition

155860264X, 978-1558602649

More Books

Students also viewed these Databases questions

Question

Knowledge of process documentation (process flow charting)

Answered: 1 week ago