iterate over a Hashset
Hello....!! could some one check the link below and explain this to me I do not understand why the input is / **popularLanguages.add("java") ; popularLanguages.add("c++") ; popularLanguages.add("c# ") ; popularLanguages.add("c") ; popularLanguages.add("kotlin") **/ and the output is c# python java java c++ instead of c++ as a simple array c c# Kotlin c python kotlim https://code.sololearn.com/csBVE3T2yGhK/?ref=app and how to get the same order in output as in imput when using a Set table