Answer
- Read the number S of students
- Repeat the following S times:
- Read the number E of examinations taken by the student
- Set the running total to 0
- Repeat the following E times:
- Read an exam score and add it to the running total
- Calculate and print the average for the student by dividing
the running total by E
Return to lesson.
Hamlet Project
hamlet@cs.utah.edu