public static void Main()
Console.WriteLine("Enter Key Ma'am");
if (int.Parse(Console.ReadLine())==key)
Console.WriteLine("You currenly have "+ tickets +" Shmekels ma'am, You can take up to "+ limit);
Console.WriteLine("How much do you wanna take out?");
int amount = int.Parse(Console.ReadLine());
Console.WriteLine("That's waaaaaaaay to much");
if(amount < limit && amount > tickets)
Console.WriteLine("Not enough funds ma'am");
if (amount < limit && amount < tickets)
Console.WriteLine("OHHH YEAHHHH");
Console.WriteLine("THAT IS NOT THE KEY YOU THIFE");