You will need a statement that reads the data from a file. There may be complications if the grade is a letter grade, so you will have to assign numeric value to something like B-. In almost any language, it will need statements like Count = Count+1 and Sum = Sum + Grade. You need a statement ...