LAB #4 Results - Max Score Calculator Team Score Error Final Due Date: March 30 Code Code(s) ERROR CODE LEGEND 1 96 L1J,L1K CODE EXPLANATION POINTS CODE 2 95 L1J,L1K,F13 3 0 L1A,L1B,F1 Problems with Level One Code 4 100 L1A Vers1 not turned in -5 L1A 5 97 L1K,F16 L1B Vers2 not turned in -5 L1B 6 93 L1K,F12 L1C Use of global variable -3 L1C 7 97 L1K,F16 L1D Statements after first "else" 8 93 L1K,F13,F16 not grouped properly within braces -5 L1D 9 94 L1G,L1J,L1K L1E Main function missing some if-else logic -7 L1E 10 95 L1J,L1K L1F Bad/missing function call from main (each) -1 L1F 11 97 L1J,L1K L1G Error in second set of if-else clauses. -3 L1G 12 97 L1K,F13 L1H Other minor logical error. -2 L1H 13 97 L1F L1I Stub(s) not returning values as directed -3 L1I 14 85 L1F,L1J,F10,F17 L1J Incorrect indentation of code -2 L1J 15 0 L1A,L1B,F1 L1K Each line over 78-columns -1 L1K 16 47 L1F,L1J,F1 L1L Wrong subject line -4 L1L 17 100 (CS1500_Lab4_Vers1, CS1500_Lab4_Vers2 18 88 L1J,L1K,F2,F13 CS1500_Lab4_Fin, CS1500_Lab4_Scr) 19 97 L1K,F13 20 98 L1K Problems with Final Level Code 21 79 F12,F17 F1 Final Level not turned in -50 F1 F2 Function writes message that should be written by the main program, or vice-versa -5 F2 F3 Statements after the first "else" are not grouped with braces. -10 F3 (This will make the program function incorrectly.) F4 Use of global variable -5 F4 F5 Code in main() missing if-else logic. -10 F5 F6 Each function call missing from main -1 F6 F7 Function return type was changed -*** F7 F8 A parameter added to function -*** F8 Code that should be a compound statement F9 lacks braces. -5 F9 F10 Other logical error, average of -5 -5 F10 F11 Function does not return a value -5 F11 F12 Function does not return correct value (each) -5 F12 F13 Stub code left in function -2 F13 F14 Two versions of function "RangeError" -5 F14 F15 Wrong subject line -2 F15 F16 Incorrect indentation of code -2 F16 F17 Function not used properly (each) -3 F17 Problems with Testing T1 Test script not turned in -10 T1 T2 No test for first value out of range -2 T2 T3 No test for first value in range, but second value not in range -2 T3 T4 No test for two in-range values, with the larger value the first entered -2 T4 T5 No test for two in-range values, with the larger value the second entered -2 T5 T6 No test for two in-range values, with the two equal -2 T6