| Today we start Arrays. | |
| The first program uses three different methods to initialize three different types of arrays. | March 21st |
| The next program was another example of initialization of arrays, and then outputting the data in a JOptionPane instead of the console window. I went over the different parameters for the JOptionPane. | Second Program |
| The next program was a LinearSearch. Searching an array for an element starting at the beginning and going until the element is found or you finish the searching the array. | Third program |
| Third program is an example of initializing an array of objects, and then initializing each individual object. | Driver Class & Employee Class |
| The fourth program I didn't show in class, but it's an example similar to one in your book. | Student Poll |