CS202 Java-141
A flag-controlled loop
lCount and sum the first 10 odd numbers in a data file
lInitialize flag notDone to true
lUse  while(notDone) for loop test
lChange flag to false when 10 odd numbers have been read or if EOF is reached first