Write a program to read a list of elements. modify this list so that it does not contain any duplicate elements, i.e. all elements occurring multiple times in the list should appear only once. A) RemoveDuplicates(List) B) UniqueList(List) C) Deduplicate(List) D) RemoveRepeats(List)