I have to write a small program that averages the scores for an array of baseball players for 4 seasons. I'm having problems with 2 parts of my program.
First, I need to write an event handler for the TextChanged event that searches the input when the user types info into the combobox, and if it matches an entry, display that info from the array into a listbox.
Second, I need to write a loop that checks each average of each player, and places his name in a listbox IF 3 out of 4 of his scores were above average in comparison to his fellow players for that same season.
Any idea where I would start? I have the code written out up until that point, but now I'm lost. Just looking for a general idea of where to go from here.