Contains the character Write a program that reads a character, then reads in a list of words. The output of the program is every word in the list that contains the character at least once. Assume at least one word in the list will contain the given character. Ex: If the input is: z hello zoo sleep drizzle

Solved
Show answers

Ask an AI advisor a question