X1131: Set Contains - In Two Sets

Write a method that will return true if the parameter value is in both of the given sets. Try to use only one line of code in the method.

Refer to the Java documentation for the Set class.

Your Answer:

Feedback

Your feedback will appear here when you check your answer.