Answered You can hire a professional tutor to get the answer.
/ ******************************************************************************** ***** * * This class represents a fraction whose numerator and...
- You need to implement Fraction class which is within package PJ1. See PJ1/Fraction.java and PJ1/FractionInterface.java for specifications Note: you only need to modify Fraction.java file- Use PJ1_Test.java to test correctness of your program- Compile programs: