public static void Main()
Console.WriteLine("How many times do you wich to roll the dice");
int result = Convert.ToInt32(Console.ReadLine());
Random DR = new Random();
Console.WriteLine("result:");
for (int i = 2; i <= 12; i++)
Console.WriteLine("results" + i + "-" + D [i]);