Design the logic for a program that merges the files for


Question: Laramie Park District has files of participants in its summer and winter programs this year. Each file is in participant ID number order and contains additional fields for first name, age, last name and class taken (e.g. Beginning Swimming).

Part 1: Design the logic for a program that merges the files for summer and winter programs to create a list of the first and last names of all participants for the year.

Part 2: Modify the program so that if a participant has more than one record, you output the participant's name only once.

Part 3: Modify the program so that if a participant has more than one record, you output the name only once, but you also output the count of the total number of classes the participant has taken.

You need to prepare the list of logic program - create a list of the first and last names of all participants for the year.

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: Design the logic for a program that merges the files for
Reference No:- TGS0952694

Expected delivery within 24 Hours