data stracture 8
CSC 240
Extra Credit: Reduce Fractions (+2 points)
Write and test the function: reduce. This function will reduce any fraction to lowest terms. This
function is a member function of the class FractionType.
Also, given a member function called print, be sure to print the FractionType object as a whole
number if the denominator evenly divides the numerator.