The file word.txt contains a list of words. Write a program that displays the words in a list box sorted by the number of different vowels (a,e,i,o,u) in the word. When two words have the same number of different vowels, they should be ordered first by their length(descending) and then alphabetically. The display should show both the word and the number of different vowels in the word.