public static void Main()
Console.WriteLine("Hello, I'm obot! what's yer name eh?");
string name = Console.ReadLine();
Console.WriteLine("Hello there " + name + "!");
Console.WriteLine("what's yer favorite color? ");
string color = Console.ReadLine();
Console.WriteLine("oh " + color + ", is it, " + name + "?");