public static void Main()
Console.WriteLine("Hi it's me Harry and today we're goin' on titanic!");
Console.WriteLine("...");
Console.WriteLine("Alright, so pack what you need. remember only 1 big thing");
Console.WriteLine("1. Axe");
Console.WriteLine("2. hatchet");
Console.WriteLine("3. Extra water");
Console.WriteLine("4. Harrys favorite toy (A rubber mallet)");
int item = Convert.ToInt32(Console.ReadLine());
Console.WriteLine("(You obtained an Axe)");
Console.WriteLine("(You obtained a hatchet)");
Console.WriteLine("(You obtained Extra water)");
Console.WriteLine("(You obtained Harrys favorite toy (rubber mallet))");
Console.WriteLine("(you choose nothing :))");
Console.WriteLine("...");
Console.WriteLine("-----leaving day-----");
Console.WriteLine("(Wow, the room looks nice) you think to yourself...");