Screen Recording Nina Marton Code in Place Final Project

by Nina M

Description

This program creates student report cards for a high school, based on files provided by each teacher, in which the teacher reports the grades for the students in each individual class that teacher teaches. The program asks for user input to specify the period and student that define the desired report. Then it generates a student report according to that input (for one student at a time) and prints the student’s GPA at the bottom of the report. It checks for errors such as missing grades or non-valid grades and provides a warning if it suspects that an incorrect grade has been reported, and most importantly, avoids using grades outside the allowed boundaries to impact the GPA.