[JAVA][作業練習] Lab3
/** * * @author Shiang-Yun YangDefine a class called Fraction for performing arithmetic with fractions.Write a main method to test all the functionalities of the Fraction class.Use integer variables to represent the private data of the class-- thenumerator and the denom...