public static void Main()
Random dice = new Random();
int[] numberRolls = new int[13];
Console.WriteLine("I am about to simulate the rolling of a pair of dice 100 000 times and then I will tell you the results of when I add them together");
for (int rollNum = 0; rollNum < 100000; rollNum++){
numberRolls[die1 + die2]++;
for (int d = 2; d <= 12; d ++)
Console.WriteLine("{0, -20}{1, -7} {2, 10:P2}", "Number of " + d + "s:", numberRolls[d], Convert.ToDouble(numberRolls[d])/100000);