I did the following to upper case the first letter in each word but it\'s only working on the first word. Could someone explain why?
static void Main(string[] ar
Learn to love the string.split() method.
Any more help than that and I would feel dirty.