Given a sequence of elements, find the element that appears an odd number of times and return it in decreasing order. For exemple:
Main> Findodd [1,2,3,6,1,3,6,6]<