March 16
Examples from March 21
Today we went through twoprograms illustrating arrays.
Fraction.java , FractionList.java and SimpleInput.java: The main() method here is in class FractionList. This program reads in a list of fractions, prints the list, and then performs several statistical operations on the list.
Searcher.java and SimpleInput.java: This has code for the LinearSearch algorithm and the BinarySearch algorithm.