Writing a program that takes a set of 5 scores displays them in order then when a new higher number is put in replaces the past low number. I want to be able to add initials in correlation with the scores. Can I create a vector that will store both integers and strings, and then sort just the integers?
Or how do I get the string vector to follow the same order as my sorted integer vector?