Description
This program creates a sequence using the default sequence class, ISequence, and adds a number of words to it. The program sorts the words in ascending order and searches the sequence for the word "fox". Finally, it prints the word that is in position 9.
Concept
This program is a sample to demonstrate the use of the default class ISequence.
Task
This program uses a sequence to store and sort words in ascending order.