You will create a flowchart and pseudo-code for the following application.
The program will accept user input to store the student's first and last name . If the name is ZZZ, then the program will end.
The program will accept:
a text entry for the class number (e.g., CGS 1000, COP 1000, etc.)
a numeric value for the class grade
a value of ZZZ will end the user input process and will produce a report for the user that will include the user's name (once), each record for the class number entered and the grade, and a calculated student average score.
After the report is completed, the program will accept records for the next student and repeat the process.