Hello i have an assignment due soon where I need to make three seperate arrays that will be Student Number as an integer, GPA as a double and Student last name as a string. Where the information input will be terminated if the student number is sentinel -999. I am to assume there are up to 100 students in file. Then cout the information into columns with column headings in order GPA, Name and number. Then finding at the end the total number of students and the average number of GPA scores.

So far all i have been able to do is make a column of all the GPA scores with no heading, sense i cant find out how to make a heading for it and I cant make a string based array work at all im utterly confused.