1. You omitted test for invalid data  (err = )
  2. You counted zeros in your average
  3. You found the minimum nicely
  4. You read the data in correctly
  5. You did not sort
  6. You did not use an adequate format for output of the maximum value
  7. You didn’t compute the average
  8. You ignored the negative numbers in finding the average
  9. You omitted the intro to the user
  10. You didn’t sort the negative numbers correctly
  11. You didn’t find the correct minimum which was a negative number.
  12. Your program handled erroneous data but didn’t tell the user what happened.
  13. You didn’t echo the input data (i.e. show the original array)
  14. Your program does not process the last column of data (It’s not clear whether you picked it up or not).
  15. Your average should have values after the decimal point.
  16. No minimum found
  17. The average computed is wrong
  18. Prompt not well formatted
  19. Did not properly compute minimum
  20. you didn’t include location of max/min
  21. Returned error on valid input