public static void Main()
public static void Main()
Console.WriteLine("Welcome to the moneyball basketball tournament championship");
Console.WriteLine("Please enter your pro player name.");
string playername = Console.ReadLine();
Console.WriteLine("Welcome " + playername +" to one of the biggest all around world hardest tournament and your in champion ship game . Tell me, " + playername + " how difficult would you like your championship game to be ?");
Console.WriteLine("Easy | Challenging | Impossible");
string dif = Console.ReadLine();
if (dif == "Easy" || dif == "easy" || dif == "ez" || dif == "EZ")
string Betty = Console.ReadLine(); {Betty = 1;}
else if (dif == "Challenging" || dif == "challenging" || dif == "chall" || dif == "medium" || dif == "Medium")
else if (dif == "Impossible" || dif == "impossible" || dif == "Hard" || dif == "hard" || dif == "Difficult" || dif == "difficult")