| Write declarations and definitions for friend functions that overload the -, *, /, <, >, and != operators for the class Rational. Assume the customary member functions for the class already exist. Also overload the < operator two more times so that one operand can be a Rational object and the other an int. |
|
|
|
|
|
|