This is a relatively quick one, but I'm sure you'll like it. Codegolf a program that will take input in the form of a sentence and then provide the output with the first letter capitalized in each word. Rules: Submissions may not be in the form of a function. So no: function x(y){z=some_kind_of_magic(y);return z;} as your final answer... Your code must show that it takes input, and provides output. The code must preserve any other capital letters the input has. So eCommerce and eBusiness are ...