Listing 2
int count = size - 1; while(count >= 0){ dataFile >> values[count]; count = count - 1; }//end while loop Listing 2