home *** CD-ROM | disk | FTP | other *** search
- Here is the declaration and definition of the class Grade. This
- class contains a static array "GradeList". The purpose of the
- class is to contain a list of letter grades and the range of
- numeric grades associated with each letter. For example, any mark
- between 80 and 100 is associated with the grade letter "A".
- Notice that structures LongPair and GradeAssoc are used to set up
- the association.
-