Quick question. How would one go about taking 5 to 10 numbers and throwing out the highest and lowest value after finding those two values? Can only use functions to do this. No arrays or strings or anything. I'm having trouble figuring out how to do this and keep the values stored then passed to the function that needs those values. Thanks.
OK, that makes sense but how do I put that into a statement or function with the five values? I mean, I understand I would have to get the 5 to 10 scores using cout << "Enter score: "; and I guess I would then have to call a function to do that x amount of times correct? but then I'm stuck as to how to get those data into a function to then pick out the highest and lowest value...