public static void Main()
for (int i = 2; i <= 12; i+=2)
Console.WriteLine("The product of all even numbers less than 12 is: " + product);
Console.WriteLine("Please give me a number");
sum = sum + Convert.ToInt32(Console.ReadLine());
Console.WriteLine("The sum of the 3 values is: " + sum);