Description
Return two random integers between 1 and 6, inclusive, to simulate rolling 2 dice.
Example
[x1,x2] = rollDice(); x1 = 5; x2 = 2;
2 players like this problem
1 Comment
2 Comments
1 player likes this solution
2 players like this solution
1 Comment