public static void Main()
Console.WriteLine("Which door will you choose to open?");
door = Convert.ToInt16(Console.ReadLine());
Console.WriteLine("Behind this door is a cute puppy to keep");
Console.WriteLine("Behind this door a scary clown jumps out at you");
Console.WriteLine("Behind this door is a swarm of angry wasps");
Console.WriteLine("Behind this door is a magic giving stone that makes you immortal");
Console.WriteLine("Behind this door is a basket of cute kittens");
Console.WriteLine("Please try enetering a number between 1 and 5");