Arrays Of Strings
Write a method named find. The method shall take two arguments. And array of strings and a string t, for the target. Your method shall return true if the target t appears in the array, false otherwise. (note you will have to create a new array of strings