======================================================
======================================================
CS 1500 Grades on Lab #04 (Max Score Calculator) 
               by Team ID Code

 ID          Score Info            Error Code(s)

Auks      (100 - 000 == 100)
Fulmars   (100 - 000 == 100)
Gannets   (100 - 010 == 090)       F12, T2, T3, T4, T6
Grebes    (100 - 010 == 090)       L1A, L1B
Gulls     (100 - 007 == 093)       L1I, L1A
Noddies   (100 - 005 == 095)       L1H, F15
Penguins  (100 - 017 == 083)       L1D, L1J, F3
Petrels   (100 - 007 == 093)       L1I, F2
Prions    (100 - 000 == 100)          
Skimmers  (100 - 008 == 092)       T2, T3, T4, T6
Skuas     (100 - 000 == 100) 
Terns     (100 - 000 == 100)

======================================================
======================================================
Error Code Legend
Error List

Error  Point           Error
Code   Deduction       Description

====================
PROBLEMS WITH LEVEL ONE CODE
L1A    -005            Vers1 not turned in 
L1B    -005            Vers2 not turned in 
L1C    -003            Use of global variable
L1D    -005            Statements after the first "else" not grouped properly within braces
L1E    -007            Code in the main function missing the specified if-else logic
L1F    -003            Something wrong in the second set of if-else clauses.
L1G    -002            Other minor logical error.
L1H    -003            Stub(s) not returning values as specified in the directions
L1I    -002            Incorrect indentation of code
L1J    -001            Each line that does not fit in a 78-column display
L1K    -004            Wrong subject line and/or one version not turned in.
====================
PROBLEMS WITH FINAL LEVEL CODE
F1.    -050            Final Level not turned in (-50)
F2     -005            Function writes a message that should be written by the main program.
F3     -010            The statements after the first "else" are not grouped with braces.  
                       (This will make the program function incorrectly.)
F4     -005            Use of global variable
F5     -010            Code in the main function is missing the specified if-else logic.
F6     -***            Return type of the function has been changed
F7     -***            A parameter was added to the function
F8     -005            Code that should be a compound statement lacks braces.
F9     -005            Other logical error
F10    -005            Function does not return a value
F11    -005            Function does not return the correct value.
F12    -002            Stub code left in function
F13    -005            Two versions of function "RangeError." 
F14    -002            Wrong subject line 
F15    -002            Incorrect indentation of code
====================
PROBLEMS WITH TESTING:
T1     -010            Test script not turned in
T2     -002            Script shows no test of the case where first value is out of range.
T3     -002            Script shows no test of the case where first value is in range but the second is not.
T4     -002            Script shows no test of the case where two good values are entered and 
                       the larger value is the first one entered.
T5     -002            Script shows no test of the case where two good values are entered and 
                       the larger value is the second one entered.
T6     -002            Script shows no test of the case where two good values are entered and 
                       they are equal.

======================================================
======================================================