birthday

1

birthday arrays and pulldowns with error handling

By Beginner _AqibGrepper at Jun 06 2022

0

load the pipe-delimited file p. it is organized with 3 fields on each line: firstname|lastname|birthday. search for the firstname f and last name l, replacing the birthday with b. write the file back out in the same pipe-delimited format.

By Beginner an Connelly at Jun 08 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

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


Related code examples


Code examples by languages