Lab 4 - Friend Functions and Operators

The purpose of this lab is to define operators for a given class.

Look at the score.cpp file that contains the Score class. You can copy it over to your current directory using:

cp /usr/users/mdanfor/public_html/cs222-w07/score.cpp .
It has constructors and basic member functions defined, but no operators are defined. Until the operators are defined, the code will not compile because main() is using the operators. You will need to define the following operators: