why dont you use an array for the word list? then you could get a random int from zero to the length of the array to select the word. then you do your work with the word and when done just remove that index.
1 Like
