public static void Main()
Console.Write("Input your birth year : ");
int year = int.Parse(Console.ReadLine());
int yearBE = int.Parse(DateTime.Now.Year.ToString()) + 543;
Console.WriteLine("Your age = {0}",age);
Console.WriteLine("Can Vote");
Console.WriteLine("Can't Vote");