Hi, so I am doing a C++ project which I have created a vector of students with their average test scores. how do i make a function to sort them alphabetically and another function to sort them in descending order? Also how do I edit the vector, say asking the user to enter the person's name and edit the person's name or test scores??? Thank you!!!!