Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Array question

807580Jun 10 2010 — edited Jun 11 2010
I 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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 9 2010
Added on Jun 10 2010
15 comments
313 views