C++ programming
Modify the selectionSort function presented in this chapter soit sorts an array of strings instead of an array of ints. Test thefunction with a driver program that reads an integer, N, fromstandard input and then reads the first N strings from a filecalled href=”asfunction:_root.doTutor,7,CPP”>names. (Assume thatN is less than or equal to 20.) Input Validation. If N read in fromstandard input is greater than 20 the program terminatessilently.
Expert Answer
An answer will be send to you shortly. . . . .