0
/ 1.0
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....
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 feedback will appear here when you check your answer.