Thread: computational question

computational question

From
tlharvey@alumni.princeton.edu (Tyrone)
Date:
Novice user needs to calculate students' total points based on three
highest quiz scores.

Rows are students; columns represent quiz (and other) scores.  I want
to know how to write a program that takes the three highest quiz
scores from [Q1], [Q2], [Q3], and [Q4].  I then simply need to average
those scores for each student.

Thanks.