public static void Main()
Console.WriteLine(":: SURPRISE YOU COCK SUCKER");
Console.WriteLine("write your born year");
yearBorn = Int32.Parse(Console.ReadLine());
Console.WriteLine("write your partner born year");
yearBorn2 = Int32.Parse(Console.ReadLine());
Console.WriteLine("bai");
if (CompareAge(yearBorn, yearBorn2))
Console.WriteLine("usted es mayor");
Console.WriteLine("su compañer@ es mayor");
public static void CalculateAge(int year)
Console.WriteLine("usted tiene " + temp + " años aproximadamente");
public static bool CompareAge(int year, int year2)