A player engages in the following dice tossing game ("craps"). Two dice are rolled. If the player rolls the dice such that the sum is either 7 or 11, he immediately wins the game. If the sum is 2, 3, or 12, he immediately loses. If he rolls a 4, 5, 6, 8, 9, or 10, this number is called the "point" and the player continues to roll the dice.
If he is able to roll the point again before he rolls a 7, he wins. If he rolls a 7 before he rolls the point again, he loses.
Write a MATLAB program to simulate this dice game and estimate the probability of winning.