Question: Help me 3. Design a game by using a random number generator. Consider a scenario of two players where the first party will be played

Help me
3. Design a game by using a random number generator. Consider a scenario of two players where the first party will be played by the user and the other party is the computer. The user and the computer will draw out two numbers each in the range of zero to nine [0, 9]. Only integer format is allowed. The first number for both players will be revealed (print out). The user then will be given a choice whether he wants to draw out another number or not. If the user selects a "yes" choice, both the user and the computer will be given an additional another number. Every number is obtained by using a random number generator. The winner is the one with the highest summation number. Print out the winner name, therefore you must ask the user name in the first place. (20 marks)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
