We understand what you need to do, most probably a flow diagram or pseudocode.
How can we help you?
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.
2 answers
which language? java?