/* Runs each of the methods in the Analyzer class in turn. * */ public class Client { public static void main(String[] args) { Analyzer tester = new Analyzer(); double min, max; double[] buyingData = new double[10]; for(int i=0; i