[Solved] how i can shuffle or randomize all words in textfile?


  1. Extract each separate word as a string and add it to a string array.

  2. Shuffle your string array.

  3. Print out the words in your array in their new shuffled order.

solved how i can shuffle or randomize all words in textfile?