This program reads the student master file and prepares a student roster summary with one summary line for each class.
·Files used by the program
·FileDescriptionMode
STUMASTStudent master fileInput
SRSRPTStudent roster summaryPrinter output
·Specifications
·The student records are in sequence by class standing.
·For each class, this program should print one line that summarizes the number of students, units completed, units in progress, and class GPA.
·At the end of the report, print grand totals for number of students, units completed, and units in progress. Also print the GPA for all the students.
·Print chart