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