I have code that reads in a paragraph of words from a .txt file. How would I go about finding a string that a user inputs into the program? I read in the text as a char, so perhaps I should change the user input into a string?
Any ideas would be appreciated.
Any ideas would be appreciated.
Comment