public static void Main()
Console.WriteLine("Please write an even number, if you follow the instructions, I will keep asking");
num = int.Parse(Console.ReadLine());
Console.WriteLine("Write another even number");
num = int.Parse(Console.ReadLine());
Console.WriteLine("That is not even, thanks!");