public static void Main()
Console.WriteLine("Which door will you open?");
door = Convert.ToInt16(Console.ReadLine());
Console.WriteLine("Behind this door is a singing cat with a birthday cake");
Console.WriteLine("Donald Trump offering you a pint of bleach!");
Console.WriteLine("A ice skating rink with Cardi B skating");
Console.WriteLine("A gucci fashion show, with crocodile models");
Console.WriteLine("A loud cow, singing whitney houston");
Console.WriteLine("Please try entering between 1 and 5");