i need help writing a c++ program that lets me compute the average grade. this will include a data file that will contain the following fields : student last name, student first name, number of grades, grade_ 1, grade_2,.......grade_n
my program should read in each record and compute the avg of the list of grades after dropping the lowest grade. this program should only sum positive grades. after this data is entered this program should print the full name of the student with the highest average and their average beside it and the full name of the student with the lowest average and their average beside it. can you help me out please