Rational Number Calculator

A rational number is a number that can be represented as the quotient of two integers. Overload the output operator << and input operator >>. Also overload mathematical operators so they correctly apply to Rational Objects. Overloaded operators include ==, <, >, +, -, and /.

  • Reasoning behind displaying this example of my work.
  • 1. Clean code
  • 2. Detailed testing