Problem
Write a Smalltalk script in the playground that instantiates an empty OrderedCollection object, generates 20 random integers between 0 and 15 (inclusive), and adds those integers to the OrderedCollection. You should then print the contents of the OrderedCollection, as well as the number of unique elements in the OrderedCollection.