X1349: Missing?

Write a method missing that returns true if the parameter lookFor is missing in the array elements. It should return false if lookFor appears at all. Note that you don't know the type of data you are processing, so you have to use equals() to compare objects.

Your Answer:

Feedback

Your feedback will appear here when you check your answer.