Junior — Senior
Colors appearing an odd number of times
livecode
Task condition
It is necessary to identify all color elements from the given list that occur an odd number of times, i.e., those that do not have a "pair".
List<String> colors = List.of("red", ..., "white", ..., "black");