Class 8:
public Fraction (int numerator, int denominator) { this.numerator = numberator; this.denominator = denominator; }