Description: Writing a fraction of the class Fraction. This category includes two integer attributes: numerator and denominator. Define the class constructor and property access method. Defined such simplification methods, such as 1/2 4/8 simplification. ToString method defines the class, output the simplified result (if it is an integer, only the output integer).
To Search:
File list (Check if you may need any files):
FractionTester.java