You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This C++ project implements a Rational class for handling rational numbers (fractions). It includes functionalities for addition, subtraction, multiplication, and division of fractions, along with comparison and input/output operations. The class features operator overloading, fraction reduction, and proper exception handling.