--------------------
Hi this is my assignment for my C++ programming II class , and I`m a bit stuck. Im supposed to be able to sort the values entered from the text into two arrays (one with int values, and the other with float values) one at a time in ascending order of the menu option`s respected values, but the output does not come out right.Also I`m supposed to be able to take in a total of up to 10 pairs in the array but that doesn`t make sense because the text file only has 5 pairs. When I display the output, it shows the number pairs not in their correct order and -858993460, -1.07374e+08 5 times because theres no entered value for that space in the array. Im so confused as to how I`m supposed to swap this. Here`s the whole code.