Hello! I wrote a program that when a user inputs all their test scores, it outputs some information including the average of their scores after dropping the highest and lowest scores. The directions in this assignment say to make it so that the loop breaks after a negative score is entered. This negative score, however, becomes the lowest score. How do I make it so that only the second lowest value is used to calculate the average instead? I tried adding ...
I apologize! I thought that since my last post had a title specific to an issue that was resolved, I should've opened a new one for another specific problem that wasn't in the title. I'll just keep it all on one thread next time. Thanks for letting me know!