using System;
public class Program
{
public static void Main()
//Alondra Morán
int x;
Console.WriteLine("Give me an ever number please");
x = int.Parse(Console.ReadLine());
while (x % 2 == 0)
}
Console.WriteLine("That's not an even number");