+ 9
you can use a set https://docs.oracle.com/javase/7/docs/api/java/util/Set.html which does not allow for duplicates. or https://stackoverflow.com/questions/17967114/how-to-efficiently-remove-duplicates-from-an-array-without-using-set Second answer. Instead of printing, add "current" to a new array
26th Dec 2018, 5:08 PM
ć€Œļ¼Øļ¼”ļ¼°ļ¼°ļ¼¹ 3O ļ¼Øļ¼„ļ¼¬ļ¼°ć€
ć€Œļ¼Øļ¼”ļ¼°ļ¼°ļ¼¹ 3O ļ¼Øļ¼„ļ¼¬ļ¼°ć€ - avatar