Question: C++ How to write a code that analyzes a given line of text from the user and prints all words in that text that start
C++
How to write a code that analyzes a given line of text from the user and prints all words in that text that start with a capital letter?
sample input: Hello my name is Zeke Stone.
output:
Hello
Zeke
Stone
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
