public class StringExample2 { public static void main (String[] argv) { // Get the list of words. String[] words = WordTool.getDictionary (); int num = 0; for (int i=0; i