home *** CD-ROM | disk | FTP | other *** search
- These lines define and initialize the static array "GradeList".
- Notice that the elements of this array are of type "GradeAssoc".
- Both the typedef "GradeAssoc" and the array "GradeList" are
- declared in the class Grade. Each element in this array holds a
- letter grade and two numbers that specify the lowest and highest
- number mark associated with that letter.
-