A mixed number contains both an integer portion and a fractional portion. Design a class MixedNumber of mixed numbers that uses the class Fraction that you designed in the previous project. Provide operations for MixedNumber that are analogous to those of Fraction. That is, provide operations to set, retrieve, add, subtract, multiply, and divide mixed numbers. The fractional portion of any mixed number should be in lowest terms and have a numerator that is strictly less than its denominator. Write a Java interface, including javadoc comments, for this class.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.