- Engineering
- Computer Science
- this program will read data from a text file to...
Question: this program will read data from a text file to...
Question details
This program will read data from a text file to produce a grade report. The data in the text file will contain the class ID (or title), the number of tests given in the class, and a list of students and their test scores. The report will include most of the data from the file, plus some calculated values such as each student’s average test score after their lowest score is dropped, the number of students in the class, the class average and the highest average score in the class. I've spent three times longer on this than I probably should have. I'm just a beginner looking to learn C++. Please Help.
Solution by an expert tutor
