Hi ~
Before posting my code, can someone tell me if it is possible to do a dual sort on an array of chars and an array of int, double or float? Would you have to use two separate sorts? Really confused here.
I am trying to sort an array of 12 doubles (user input) so that the console output sorts it in descending order. The corresponding months should be printed as well.
Thanks for any help! Super lost on this one.
:?:
ps - Have a separate function for both arrays. The functions are called in main.