CS 1500, Spring 2012 Lab #5 Results (Max Score Calculator) Final Due Date: Thurs, Mar 22, Fri, Mar 23 ERROR CODE LEGEND Team Error ERR POINTS EXPLANATION Code Score Code(s) CODE OFF Problems with Level One Code 20 100 L1A 5 Vers1 not turned in 21 100 L1B 5 Vers2 not turned in 22 96 L1K,F10 L1C 3 Use of global variable 23 35 L1D,F1,T1 L1D "Statements after first ""else"" " 24 83 L1I,L1K,LIL,F15,T5,T6 5 not grouped properly within braces 25 100 L1E 7 Main function missing some if-else logic 26 100 L1F 1 Bad/missing function call from main (each) 27 98 L1F L1G 3 Error in second set of if-else clauses. 28 100 L1H 2 Other minor logical error. 29 93 L1B,F13 L1I 3 Stub(s) not returning values as directed 30 100 L1J 2 Incorrect indentation of code 31 100 L1K 1 Each line over 78-columns 32 98 F13 L1L 4 Wrong subject line 34 100 (CS1500_Lab5_Vers1, CS1500_Lab5_Vers2 41 100 CS1500_Lab5_Fin, CS1500_Lab5_Scr) 42 98 L1K 43 100 Problems with Final Level Code 44 100 F1 50 Final Level not turned in 45 95 F12 F2 Function writes message that should be 46 98 L1K 5 written by the main program, or vice-versa 47 100 F3 "Statements after the first ""else"" " 48 100 10 are not grouped with braces. 49 100 (This will make the program 50 0 L1A,L1B,F1 function incorrectly.) 51 100 F4 5 Use of global variable 52 99 L1K F5 10 Code in main() missing if-else logic. F6 1 Each function call missing from main F7 ? Function return type was changed F8 ? A parameter added to function Code that should be a compound statement F9 5 lacks braces. F10 <=5 Other logical error F11 5 Function does not return a value F12 5 Function does not return correct value (each) F13 2 Stub code left in function F14 5 "Two versions of function ""RangeError"" " F15 2 Wrong subject line F16 2 Incorrect indentation of code F17 3 Function not used properly (each) Problems with Testing T1 10 Test script not turned in T2 2 No test for first value out of range T3 No test for first value in range, 2 but second value not in range T4 No test for two in-range values, with 2 the larger value the first entered T5 No test for two in-range values, with 2 the larger value the second entered T6 No test for two in-range values, with 2 the two equal