Your application should roll the dice 36,000 times. Use an array to tally the total number of times each possible sum appears. Display the result in a tabular form with the first column showing the sum and the second column showing the number of times it appeared and the third column showing the percentage of time the sum appeared.
Include a "Console.ReadKey()" instruction as the last line of your code.