Today we began talking about arrays (slide set ch07-1). We used an array to store data from the console and re-examine it later in our program (WeatherAverage.java), and we also saw that arrays can be used to tally counts of numbers (Digits.java, Histogram.java). The Histogram2 program draws a graphical version of the histogram data.