Rational Class will span 2 assignment days:
Create a Rational Class according first to Dietel 17.6 and then 18.10. 18.10 builds on 17.6.
You can make the following Adjustments:
Hints:
Remember that you need to figure out the greatest common denominator to add fractions.
Remember that you can call your add method from your operator + method so you do not have to call it twice.
It may be helpful to create a reduce method to reduce a fraction. You can call it from many places.