Hello. I am currently working on an assignment where I am given a data file that contains a list of different student id number's and a set of 3-5 different grades. I am suppose to drop the lowest and highest grade and then calculate the average. I am getting lost on how to set this up. Any help?
this is what I have so far:
#include <iostream>
#include <fstream>
#include <iomanip>