Transcription: Four constructors are defined for the fraction class. The first is a user-defined default constructor. It creates a fraction with the initial value of zero over one. The second constructor has two integer arguments. The second argument is optional. It can convert an integer to a fraction or construct a fraction from a specified numerator and denominator. The third constructor converts a floating point value to a fraction. The fourth constructor makes a copy of another fraction object.