CS120
Lab #8

For this lab you will need to write a fraction class in a file named fraction.h.
A fraction has a numerator and a denominator. The details of the fraction class are below.
A fractionTester.cpp has been provided here.

You will need to ensure you can compile your code and the fraction tester to create an executable.

The file fraction.h should contain the following:

Notes


fractionTester.cpp - is provided for you - you do not have to write your own main()

Turn in: use cscheckin to turn in your fraction.h file only.