Insertion Sort on a File II
Modify the program written for Programming Challenge 11 so that the file contains records of people. Each record should contain an array of 10 characters to hold the name of a person and an integer to hold the person’s age. The file should be sorted by alphabetic order of the names.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.