public static void Main()
Console.WriteLine("Gettings and salutations to all!");
Console.WriteLine("hello traveler what is your name");;
string name = Console.ReadLine();
Console.WriteLine("well with a mighty name like that youll need a warriors rest");
Console.WriteLine("how many Nickels do ee have");
int Nickels =Convert.ToInt32(Console.ReadLine());
Console.WriteLine("with a pesant salary like that your options is the stables");
Console.WriteLine("that is a fine lot of nickels for a nights stay in our cottage with stable attached");
Console.WriteLine(" with a bounty hunters pay like that youll need our grand house");