I have to read a file and write into another but after a specific word occurs something like hi. How can i do any help please.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Well, something along the lines of:
booleanvariable to say whether you’re meant to be writing or notwhileloop, probably)finallyblock)finallyblock)Now, that’s a rough outline, and it skips details such as how you find the word in a line (what if it’s in another word?) and whether you have to write out “half a line” if the word occurs in the middle of the line. However, it should be enough to get you started. If you have problems with any of the steps, please give more details so we can help you further.