capitalize letters in a string
Go to http://StudyCoding.org to subscribe to the full list of courses and get source code for projects.
Algorithm challenge using string manipulation. This shows one solution for looping through each char in a string to convert toUpper or toLower depending on whether or not the letter is in an even or odd numbered position.