Computer Science, asked by munishjaswal111, 1 year ago

Write a program that makes a modified copy of a text file. In the copy, every string fred (case-insensitive) should be replaced with larry. (so, manfred mann should become manlarry mann.) the input file name should be given on the command line (don't ask the user!), and the output filename should be the corresponding file name ending with .Out.

Answers

Answered by sunithag271
0

Answer:

Explanation:

Write a program that makes a modified copy of a text file. In the copy, every string fred (case-insensitive) should be replaced with larry. (so, manfred mann should become manlarry mann.) the input file name should be given on the command line (don't ask the user!), and the output filename should be the corresponding file name ending with .Out.

Similar questions