| Create a class Rational. Overload the operators << and >> for the Rational class to behave consistent with how they behave for built in data types. Write a driver that demonstrates the operators. You do not need to include any member functions, just enough of the class to demonstrate the input and output operators. |
|
|
|
|
|
|