public static void Main()
Console.WriteLine("Do you like cats or dogs?" );
pet = Console.ReadLine();
Console.WriteLine("Ruff Ruff I hear that! Dogs rule!");
Console.WriteLine("Cats are purr-fect!");
Console.WriteLine("Sorry, I do not understand. Please try again");