you will be passed the filename p, firstname f, lastname l, and a new birthday b. load the fixed length record file in p, search for f,l in the first and change birthday to b. hint: each record is at a fixed length of 40. then save the file

1

You will be passed the filename P, firstname F, lastname L, and a new birthday B. Load the fixed length record file in P, search for F,L in the first and change birthday to B. Hint: Each record is at a fixed length of 40. Then save the file.

By Wooden Hammer Docteur SEO at Feb 12 2020

0

“You will be passed the filename P, firstname F, lastname L, and a new birthday B. Load the fixed length record file in P, search for F,L in the first and change birthday to B. Hint: Each record is at a fixed length of 40. Then save the file.”

By Beginner an Connelly at Jun 08 2020


Related code examples


Code examples by languages