Text File - 2D Array!!!
I need help with this question:
Assume that there is a 慡tudents.data?text file that contains 20 students?records. Each record is a line with the following structure:
Student last name, blank
Student first name, blank
Year of birth, blank
Home form, blank
Math, blank
Set of marks with a blank after each of it
English, blank
Set of marks with a blank after each of it
Science, blank
Set of marks with a blank after each of it
End of line character
You have to write a program that reads information from the file into two-dimensional String array. Each row of the array contains information about one student. Keep in mind that, since the number of marks for each student is different, different rows might have different number of columns.
*Blank just means there's a space.
Please help me

