X1132: Set Contains - Set Contains All

Write a method that returns true if all values in the given array are in the given set. If any value from values is not in numberSet, return false. Note, numberSet can contain values not in values.

Your Answer:

Reset

Practice a different Java exercise

Feedback

Your feedback will appear here when you check your answer.