Question: 1. Create a function called IsLarger that takes in two variables: e Outputs a 1 if the first number is larger Outputs a 0 if
1. Create a function called IsLarger that takes in two variables: e Outputs a 1 if the first number is larger Outputs a 0 if the second number is larger 2. Two six-sided dice are rolled. Adding the two dice together results in values ranging 2 to 12. Create a function called DiceProb The input of this function will range from 2 to 12 . The output will calculate the probability of a two six sided dice * Check your answer against the following table http://alumnus.caltech.edu/~leif/FRP/probability.htr hint: remember that probability (true outcomes)/(total tries) 3. Create a function called ManyDice. o This function can have one to n number of six-sided dice
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
