public static void Main()
Console.WriteLine("Greater or equal than 12");
Console.WriteLine("Less than 12");
public static int TryGetInteger()
Console.WriteLine("Please please please only input a number please i beg of you please");
return Convert.ToInt32(Console.ReadLine());
Console.WriteLine("You cannot follow basic instructions. What are we going to do with you");