Question d’entretien chez Expeditors

How to combine two string without duplicate elements?

Réponse à la question d'entretien

Utilisateur anonyme

19 avr. 2017

I use the set class, add all the string to set class object and then there is no duplicate elements.