public static void Main()
Console.WriteLine("Enter a possible year above 1582 to infinity to see if it is a leep year.");
string dog = Console.ReadLine();
if (ulong.TryParse(dog, out cat))
Console.WriteLine("Please enter a date greater than the year 1582.");
Console.WriteLine("The year you have entered is a leap year.");
Console.WriteLine("Don't look too far in the future.");
Console.WriteLine("The year you have entered is not a leap year.");
Console.WriteLine("Would you like to run this again ? Y/N");
string choice = Console.ReadLine();
if (choice == "y" || choice == "Y")