Revise Listing 3.8, Lottery.java, to generate a lottery of a threedigit number. The program prompts the user

Question:

Revise Listing 3.8, Lottery.java, to generate a lottery of a threedigit number. The program prompts the user to enter a three-digit number and determines whether the user wins according to the following rules:

Listing 3.8

image

image

1. If the user input matches the lottery number in the exact order, the award is $10,000.

2. If all digits in the user input match all digits in the lottery number, the award is $3,000.

3. If one digit in the user input matches a digit in the lottery number, the award is $1,000.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: