Guest_imported
New member
- Jan 1, 1970
- 0
I am trying to make a program that will search the entire file called stu.txt for the words "the" and "The." Also, if there is a word such as "othello" or "Theodore" it should recognize that the words it is searching for is located imn another word. Then it should record what position the "the" or "The" is inside another word....so if the program came accros "Theodore" it would record 0 because thats where "The" starts.