• Start with the program from class.
  • Change it so it rolls two four sided dice and calculates the sum.
  • Throw 10,000 pairs of four sided dice, count the number of times each each number occurs as a sum (2 - 8)
  • Print the results of your experiment.
  • Make sure to document your code, I will need your name and class information in the comments if you want credit for this work.
  • Email the source code to dbennett@edinboro.edu
         mail dbennett@edinboro.edu < mycode.C
    
    Extra caution should be used to make sure you use this command properly.