12345
for(int i = 0; i < 10; i++) { // read first name, last name, and num into i-th position of array file >> Fname[i] >> Lname[i] >> Num[i]; }