. Using Files—String Selection Sort Modification
Modify the program you wrote for Programming Challenge 6 so it reads in the 20 strings from a file. The data can be found in the names.dat file located in the Chapter 9 programs folder on the book’s companion website.
Ref:String Selection Sort
Modify the selectionSort function presented in this chapter so it sorts an array of strings instead of an array of ints. Test the function with a driver program. Use Program 9-9 as a skeleton to complete.
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.