Random rnd = new Random(); List<string> askHowAreYou = new List<string>() { "How are you?", "How do you do?", "What's up?"}; string question = list[rnd.Next(list.Count)];
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)