Question: Write in C++ please. Write a program that reads an integer, a list of words, and a character. The integer signifies how many words are

Write in C++ please.
Write a program that reads an integer, a list of words, and a character. The integer signifies how many words are in the list. The output of the program is every word in the list that contains the character at least once. For coding simplicity, follow each output word by a comma, even the last one. Add a newline to the end of the last output. Assume at least one word in the list will contain the given character. Ex: If the input is: then the output is: zoo, drizzle
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
