Word Separator
Design a program that accepts as input a sentence in which all of the words are run together, but the first character of each word is uppercase. Convert the sentence to a string in which the words are separated by spaces and only the first word starts with an uppercase letter. For example, the string “Stop And Smell The Roses.” would be converted to “Stop and smell the roses.” (Hint: The to Lower library function can be used to convert a single character to lowercase.)
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here