public static void Main()
Random rnd = new Random();
Console.WriteLine("enter the number of projection");
num = int.Parse(Console.ReadLine());
for (int i = 0; i < num; i++)
Console.WriteLine(" the times that every number cube shoted : num 1- " + c[0] + " ,times 2- " + c[1] + " ,times 3- " + c[2] + " ,times 4- " + c[3] + " ,times 5- " + c[4] + " ,times 6- " + c[5] + "times");