In this tutorial I will show you how you can check if an Array contains
duplicate elements, but also, we will look at how you can return the elements
that are duplicates. Both techniques focussed around the Set data type.
Let's start with the data that will use