expand icon
book Programming Logic and Design, Introductory 7th Edition by Joyce Farrell cover

Programming Logic and Design, Introductory 7th Edition by Joyce Farrell

Edition 7ISBN: 1285225562
book Programming Logic and Design, Introductory 7th Edition by Joyce Farrell cover

Programming Logic and Design, Introductory 7th Edition by Joyce Farrell

Edition 7ISBN: 1285225562
Exercise 7

Assume that you are writing a program to merge two files named FallStudents and SpringStudents. Each file contains a list of students enrolled in a programming logic course during the semester indicated, and each file is sorted in student ID number order. After the program compares two records and subsequently writes a Fall student to output, the next step is to_________.

a. read a SpringStudents record

b. read a FallStudents record

c. write a SpringStudents record

d. write another FallStudents record

Explanation
Verified
like image
like image

After comparing data in each file and pl ...

close menu
Programming Logic and Design, Introductory 7th Edition by Joyce Farrell
cross icon