My sorting algorithm works in reverse(Z-A) not A-ZWhen I do that all the strings that are suppose to be displayed disappear and the ISBN shows up as r...
My sorting algorithm works in reverse(Z-A) not A-ZHow do i make it sort from A-Z? The function is at the very bottom. [code] #include <cstdlib> #incl...