Description: Develop a Fraction class that is capable of doing arithmetic with fractions.
* Fractions are held in lowest terms, with the gcd() method.
* Use a toString() method to format the result.
File list (Check if you may need any files):
Fraction\Fraction.java
........\TestFraction.java
Fraction