# 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.
Click the virtual machine below to start practicing