List of words (me) need to remove is stored in removes.txt file, the file is saved in the file data.txt. Write program implementation:
a. Exclude words / questions in the data.txt file removes.txt
b. Replace the question / from the file data.txt in removes.txt with the word "[Hiden Text]
c. Determining the total number of words / have excluded me, save me results a, b to file new
Your first step is to clarify your problem since the problem description itself is a mess.
Then write some code and try to get it to run.
Then post a specific question about your code.
That is the general idea.