Determine the min max and average grade from grades entered


Problem

Write C++ program which allows a teacher to determine the min, max, and average grade from grades entered. The teacher will continuously enter grades until the sentinel is specified. For this example, a grade of -1 will be used to denote grading is completed. The min, max, and average grade should then be displayed to the teacher. This program should not accept invalid grades to be used [0, 100].

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: Determine the min max and average grade from grades entered
Reference No:- TGS03331569

Expected delivery within 24 Hours