Q1) You will design a flowchart and pseudo-code for the application given below.
Program will accept user input to store student's first and last name. If 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.