Question: Help me with this MATLAB problem please! 4) (2 pts) Create an m-file called p3_20dice.m and solve the following inside it: 3.20 Many games require
4) (2 pts) Create an m-file called p3_20dice.m and solve the following inside it: 3.20 Many games require the player to roll two dice. The number on each die can vary from 1 to 6. (a) Use the rand function in combination with a rounding function to cre ate a simulation of one roll of one die. with a second die. ing each turn. (b) Use your results from part (a) to create a simulation of the value rolled (c) Add your two results to create a value representing the total rolled dur In other words, every time you run your script it prints the value of two random dice throws. Your program should print each dice, and the sum of both of them After running your script, copy the results from the command line and paste it at the bottom of your script and comment them out
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
