I need help finding the highest value in a vector and outputting the whole string.
I created a vector and all data successfully is entered and can be cout fine,
but I now need to sort the data in descending order and cout the line with the highest value(s)
Need help please.
1. Those kind of tags don't work here. replace the <> with [] and get rid of <text> tags. You don't need them.
2. Indent your code
3. "Need help please" doesn't tell us much. Tell us what exactly is wrong with your program. If it's incorrect output, show us the output. If it's an error code, copy and paste the error code.