Generate 3 letter word
807598Sep 25 2006 — edited Sep 25 2006Hi, I need some help on generating a list of 3 letter words from a-z..
There would be a total of 3^3 combinations. I tried using a for loop to do this but den it cant work.. I hope i can get some help over here.. Need to create a list of word from aaa to ccc... thanks alot..