public static void Main()
Console.WriteLine("The product of the first 10 numbers is: " + prod);
Console.WriteLine("The product of the first 20 numbers is : " + prod);
Console.WriteLine("The product of the first 50 numbers is : " + prod);
Console.WriteLine("The product of the first 100 numbers is: " + prod);
Console.WriteLine("The product of the first 1000 numbers is: " + prod);