|
|
|
|
|
|
|
Testing: To test this program, we begin by preparing an input file that contains personnel information for, say, 10 employees. The data should be in random order by employee last name to make sure that the sorting routine works properly. Given this input data, we expect the program to output the personnel records in ascending order by last name. |
|
|
|
|
|