Question: Write algorithm/pseudocode for a program that reads a student record, consisting of the students first and last name, followed by a sequence of test scores
Write algorithm/pseudocode for a program that reads a student record, consisting of the students first and last name, followed by a sequence of test scores and a sentinel of -1. The program should print the students average score. Below is a sample input and output: 4 pts
Harry Morgan
94
71
86
95
-1
The average score is 86.5
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
