Feb. 11
Examples from Feb. 11
Fraction.java and Nums.java: Together these two define a program. Fraction is a class that implements simple fraction routines; Nums is a class with a main() method that constructs and uses fractions.
Fraction1.java: This is a more elaborate implementation of fractions. It can be used with class Nums (above) if you change the type Fraction in Nums to Fraction1.