public void TestKeywords() { string[] keys = { "A", "B", "C", "D" }; var key = Interaction.GetKeywords("\nChoose an option", keys, 3); Interaction.WriteLine("You chose {0}.", key); }