
Larry C. answered 08/17/19
Tutor
4.9
(294)
Computer Science and Mathematics professional
One of 2 ways:
1) Open the file in read mode, READ the records and WRITE the modified text records to a separate file
2) Open the file in I-O mode, READ the records and REWRITE the modified records.