Transcription: Three of the comparison operators have been overloaded for this class. The operators greater than equal, less than equal, or not equal could be overloaded in a similar manner. The operators that have been overloaded return 1 if the relationship is true and 0 otherwise. For example, the value of 1 over 3 less than 1 over 2 is 1, and the value of 3 over 2 less than 1 is 0.