Problem #886 C++ using OBJECT ORIENTED PROGRAMMING

Create a class Fraction to represent fractions. Overload the + operator to add two fractions.

Your Solution