What happens when we use add() to add a value that the set already contains?
add()
The value won't be added, since duplicates aren't allowed.