What I'm trying to do is have an input .txt file with multiple words on one line. I am able to have it produce an output .txt file but I want the words to be on their own lines.
Example:
The .txt will be like:
The man jumps
And I want the output to be:
Case 0:
The
Case 1:
man
Case 2:
jumps