03. (23 pts) Write a method called findNames that meets the following specs: . It takes two arguments: a list of strings, allNames, and a string, wanted Creates and returns a new list containing only the strings from, allNames, that contain the name stored in wanted as a substring. List allNames
OR
OR