Question: Problem: Word Separator Write a function that accepts as argument a sentence (c-string (char array) or string object) in which all of the words are

Problem: Word Separator Write a function that accepts as argument a sentence (c-string (char array) or string object) in which all of the words are run together, but the first character of each word is uppercase ("LifelsBeautiful"). Convert the sentence to a string in which the words are separated by spaces and only the first word starts with an uppercase letter ("Life is beautiful") Demonstrate it in a complete program. Remember, the C++ library provides two functions, toupper ) and tolower (), for converting the case of a character. What do l include as part of the solution? .Algorithms (function & main): include flowcharts or pseudocodes to describe your algorithms. If necessary, 2018. C+source codes
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
