I propose that we write a piece of code that rolls two 8-sided die and observes their sum - repeated 1000 times. Thus, we want to record the frequency with which we see each of the possible sums from 2 - 16.
Discussion Points
The code as we had it at the end of class...