What happens when we use add() to add a value that the set already contains?

The value won't be added, since duplicates aren't allowedThe set will contain two of the same value

The value won't be added, since duplicates aren't allowed.