Grab Bag (6 pts):

grades = [80 92 66 75 79 83 85];

Write MATLAB code to produce the second highest grade in the vector above (and your code should work for any given grades vector).