Question: Specification Your program will run a simulation of a game of chance. Consider the following simple dice game Game Rules: You pick a number from



Specification Your program will run a simulation of a game of chance. Consider the following simple dice game Game Rules: You pick a number from 1 to 6, and call this number your point. You then roll a die 3 times. If there is any match with your point, then you win $1; otherwise you pay the house $1 Program Development: Task 1. Design a program to simulate one play of this game. You will need a simple function roll Die0 that returns a random integer in range 1-6. Remember, to utilize random numbers you need to do three things. 1 include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
