Storing Data Information Using HashSet

# Introduction In this challenge, we will be storing data information using a HashSet collection. The goal is to add a provided set of data to a HashSet collection and then print the collection object. The challenge requires using the add() method in the HashSet class and the provided data should be used for a successful outcome.

|60 : 00

Click the virtual machine below to start practicing