This is a simulation for 2 dice rolling. There is a random number of pairs of dice rolling between 1 and 50 inclusive. It adds the two values and displays the results in a table. Under that table is another table which shows how many time each total came up.
Number of rolls: 43
Die 1 - - Die 2 - - Total
5 - - - - - 2 - - - - - 7
2 - - - - - 5 - - - - - 7
5 - - - - - 2 - - - - - 7
1 - - - - - 6 - - - - - 7
6 - - - - - 4 - - - - - 10
3 - - - - - 2 - - - - - 5
1 - - - - - 1 - - - - - 2
2 - - - - - 2 - - - - - 4
1 - - - - - 5 - - - - - 6
4 - - - - - 2 - - - - - 6
4 - - - - - 1 - - - - - 5
2 - - - - - 1 - - - - - 3
1 - - - - - 6 - - - - - 7
1 - - - - - 6 - - - - - 7
4 - - - - - 3 - - - - - 7
5 - - - - - 2 - - - - - 7
4 - - - - - 1 - - - - - 5
1 - - - - - 2 - - - - - 3
2 - - - - - 1 - - - - - 3
2 - - - - - 1 - - - - - 3
4 - - - - - 4 - - - - - 8
3 - - - - - 5 - - - - - 8
5 - - - - - 5 - - - - - 10
6 - - - - - 6 - - - - - 12
4 - - - - - 4 - - - - - 8
1 - - - - - 1 - - - - - 2
4 - - - - - 3 - - - - - 7
2 - - - - - 4 - - - - - 6
3 - - - - - 3 - - - - - 6
4 - - - - - 6 - - - - - 10
5 - - - - - 3 - - - - - 8
2 - - - - - 3 - - - - - 5
3 - - - - - 2 - - - - - 5
5 - - - - - 4 - - - - - 9
2 - - - - - 1 - - - - - 3
5 - - - - - 6 - - - - - 11
5 - - - - - 1 - - - - - 6
5 - - - - - 3 - - - - - 8
5 - - - - - 5 - - - - - 10
2 - - - - - 3 - - - - - 5
2 - - - - - 3 - - - - - 5
4 - - - - - 5 - - - - - 9
5 - - - - - 5 - - - - - 10
Number of totals that equal 2: **
Number of totals that equal 3: *****
Number of totals that equal 4: *
Number of totals that equal 5: *******
Number of totals that equal 6: *****
Number of totals that equal 7: *********
Number of totals that equal 8: *****
Number of totals that equal 9: **
Number of totals that equal 10: *****
Number of totals that equal 11: *
Number of totals that equal 12: *