Question: Write a program that accepts an input a sentence in which all of the words are run together, but the first character of each word
Write a program that accepts an 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 "StopAndSmellTheRoses would be converted to "Stop and smell the roses" Use a StringBuilder to perfornm the conversion Word Separator Write a program that accepts an input a sentence in which all of the words are run together, but the first cha racter 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 StopAndSmelTheRoses: would be converted to "Stop and smell the roses." Use a StringBuilder to perform the conversion
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
