Find Intersection of Two HashSets

# Introduction In this lab, you need to create a program that takes user inputs to populate two HashSets, `wildAnimal` and `domesticAnimal`, and then find the intersection of the two HashSets using the `retainAll()` method.

|60 : 00

Click the virtual machine below to start practicing