Hi!
I'm trying to search for a particular string inside a file...
What i think i should do is:
1. open the file
2. if the file contains the string i want,
then print a message saying that the string exists in the file
else, print a message saying that the string does not exist.
3. close the file
Please help me know how to write code for this!