I'm reading a .txt with multiple lines of text. I will need to compare the first word on every line with the words that follow, until a new line is started. I will then do the same thing.
I'm stuck trying to read only one line of strings at a time. I keep reading all the string in every while loop I create.
I'm stuck trying to read only one line of strings at a time. I keep reading all the string in every while loop I create.