public static void Main()
for(i = 1 ; i <= 10 ; i++)
Console.WriteLine("The product of the first {0} numbers is: {1}", 10, product);
for(i = 1 ; i <= numbers ; i++)
Console.WriteLine("The product of the first {0} numbers is: {1}", numbers, product);
for( a = 1777 ; a <= 1777 && a <= 2022 ; a++)
Console.WriteLine("The sum of the numbers between 1777 and 2022 with them included is: " + sum);