Hi I have an assignment where I was given a data file and put it in an array. The file looks somthing like this:
Smith John 78 70 76 72 82 84
Doe Jane 72 76 77 90 76 45
Weathers April 64 93 95 83 66 56
Brown James 67 78 68 75 64 46
Howard Dwight 67 75 97 90 57 89
Parker Peter 67 45 56 79 83 59
Grim Ben 62 68 76 66 46 76
I know how to open the file and I know how to create aN array, but I don't understand how assign the values to the array. Something tells me this is easy, but I'm stumped =(