Question: Write pseudocode for a program that reads a sequence of student records and prints the total score for each student. Each record has the students
Write pseudocode for a program that reads a sequence of student records and prints the total score for each student. Each record has the students first and last name, followed by a sequence of test scores and a sentinel of 1. The sequence is terminated by the word END. Here is a sample sequence:
Harry Morgan 94 71 86 95 -1 Sally Lin 99 98 100 95 90 -1 END Provide a trace table for this sample input. Trace table: first name last name value sum score count average SAAAAS
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
