My code is meant to receive a data file and store it into an array of structures. As of now, the code stores data for the first student, but fails to get anything for the consecutive students. How would i get the code to store the data for the rest of the file into consecutive arrays of the structure?My code is meant to receive a data file and sto