Challenge: Concatenate Words Starting With 'c'
This lesson will test your knowledge of Strings.
We'll cover the following...
Problem Statement
The task requires you to find all words starting with a “c” in a string passed as a parameter. Concatenate them together and return the result.