/**
* Fraction class implements fraction numbers with numerator, denominator
* and some operators (add, subtract, multiply, etc.).
*/
public class Fraction {
/**
* This is the numerator of a…Engineering Technology
/**
* Fraction class implements fraction numbers with numerator, denominator
* and some operators (add, subtract, multiply, etc.).
*/
public class Fraction {
/**
* This is the numerator of a…Engineering Technology