public static void Main()
Console.WriteLine("\n\n") ;
Console. WriteLine("Determine a specific age is eligible for casting the vote:\n") ;
Console. WriteLine ("-------------------") ;
Console. WriteLine ("\n\n") ;
Console. WriteLine ("Input the age of the candidate:") ;
vote age=Convert.ToInt32(Console.ReadLine()) ;
Console. WriteLine ("Sorry, you are not eligible to caste your vote. \n") ;
Console. WriteLine ("you would be able to caste your vote after {0} year. \n\n", 18-vote_ and) ;
Console. WriteLine ("Congratulation! you are eligible for casting your vote. \n\n") ;