subject

LotteryChecker() is a function which will help determine the prize money of a lottery guess. It will take in the lottery number and the user guess as input, updates the variable prizeMoney accordingly and returns it. You can assume both lottery number and the user guess are two-digit numbers, from 10 to 99, both inclusive. Python solution?
The prize money is assigned based on the following rules:

If only one digit in the user’s guess matches any digit in the lottery number, the award is $1,000

If both the digits in the user’s guess match both the digits in the lottery number but in the wrong order, the award is $3,000.

If the user’s guess matches the lottery number in the exact order, the award is $10,000

The common mistakes include logic errors ( e. g, forgetting some cases). There is no problem with the grader, please think about whether your method covers all cases carefully.

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 03:30
Identify at least three types of characteristics that you were asked about as you the computer identify a fruit.
Answers: 3
question
Computers and Technology, 22.06.2019 14:20
Consider a byte-addressable computer with 16mb of main memory, a cache capable of storing a total of 64kb of data and block size of 32 bytes. (a) how many bits in the memory address? (b) how many blocks are in the cache? (c) specify the format of the memory address, including names and sizes, when the cache is: 1. direct-mapped 2. 4-way set associative 3. fully associative
Answers: 2
question
Computers and Technology, 22.06.2019 23:00
Is an attack that relies on guessing the isns of tcp packets
Answers: 2
question
Computers and Technology, 23.06.2019 18:30
Where can page numbers appear? check all that apply. in the header inside tables in the footer at the bottom of columns at the top of columns
Answers: 1
You know the right answer?
LotteryChecker() is a function which will help determine the prize money of a lottery guess. It will...
Questions
question
Mathematics, 07.03.2020 03:33
Questions on the website: 13722363