Array question
807580Jun 10 2010 — edited Jun 11 2010I am trying to make a class that takes in an String array something like this:
Joe Willis 1234 89 97 78 75 90
What I want to do is take this String array and split up the Name, Id (the 4 numbers) and the 5 grades (trying to get the average) and put them into their respected fields. I looked through my book, and they don't talk about mixed Arrays like this.
My question is, can this be done? if so, how? So far I just made some of the driver, because this array question is so confusing to me.
I may not answer right away, because I am at work. Please don't take that as me ignoring your post. Thank You.