Finish the method definition given below.
participants
is an array of names. condition
is a condition passed as a proc
to the given method. Given participants
and condition
, the method should return an array of names that pass the condition. The proc can be used by calling it as condition.call(argument)