04/12/06 We have a program that reads a CSV file into an array of structs. Now that we have an array of structs, what can we do with it? (1) We can write a function that prints out everything in the array (2) We can write a function that searches for a particular date, and prints out the workout data for that date. (3) We can write a function that finds the workout with the maximum meters rowed, and returns the "index" of the maximum meters rowed. (4) We can write a function that will SORT the array in order from shortest workout to longest workout (in terms of meters rowed.) etc. etc. We could also say... all that is pretty darn easy stuff that we already learned in 105... so instead, lets go on to linked lists. Move on to linked lists.