Proper Words
Write a function that uses an array parameter to accept a string as its argument. It should convert the first letter of each word in the string to uppercase. If any of the letters are already uppercase, they should be _left alone. (See the hint in Problem 7 for help on converting lowercase characters to uppercase.) Demonstrate the function in a simple program that asks the user to input a string, passes it to the function, and then displays the string after it has been modified.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.