Transcription: A fraction object cannot have a denominator equal to zero. Whenever an attempt is made to create such a fraction, a fraction with the value 0 over 1 is created instead. The implementation of this class could be changed to throw an exception or to handle a zero denominator in some other way.