public static void Main()
Console.WriteLine("Guess my favorite sport: ");
while (Answer != "basketball")
Answer = Console.ReadLine();
Answer = Answer.ToLower();
if (Answer == "basketball")
Console.WriteLine("Congratulations! You Guessed it." + "\n" + "My favorite sport is Basketball.");
Console.WriteLine("You still haven't gotten it?");
Console.WriteLine("Okay this is ridiculous.");
if (Answer == "Soccer" || Answer == "soccer")
Console.WriteLine("Are you kidding me idiot? Heck no it's not soccer!");
if (Answer != "basketball" && i != 5 && i != 10 && Answer != "Soccer" && Answer != "soccer")
Console.WriteLine("Eh, not quite. Try Again.");