CS 1500, Fall 2013 Lab #5 Results (Max Score Calculator) Final Due Date: Monday, November 4 Team Error Code Score Code(s) ERROR CODE LEGEND ERR POINTS EXPLANATION 120 97 L1I CODE OFF 125 50 F1 Problems with Level One Code 130 100 L1A 5 Vers1 not turned in 135 100 L1B 5 Vers2 not turned in 140 100 L1C 3 Use of global variable 145 100 L1D Statements after first "else" 150 95 F12 5 not grouped properly within braces 155 96 L1J,F13 L1E 7 Main function missing some if-else logic 160 100 L1F 1 Bad/missing function call from main (each) 165 98 L1J L1G 3 Error in second set of if-else clauses. 170 100 L1H 2 Other minor logical error. 175 93 L1F,L1J,T3,T6 L1I 3 Stub(s) not returning values as directed 180 100 L1J 2 Incorrect indentation of code 510 100 L1K 4 Wrong subject line 515 100 (CS1500_Lab5_Vers1, CS1500_Lab5_Vers2 520 100 CS1500_Lab5_Fin, CS1500_Lab5_Scr) 525 100 530 98 L1J Problems with Final Level Code 535 86 L1E,L1H, L1I, L1J F1 50 Final Level not turned in 540 98 L1J F2 Function writes something that should be 545 100 5 written by the main program, or vice-versa 550 98 L1J F3 Statements after the first "else" 555 100 10 are not grouped with braces. 560 93 F2,F13 (This will make the program 570 100 function incorrectly.) 580 86 L1E,L1H, L1I, L1J F4 5 Use of global variable 590 100 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 F9 Code that should be a compound statement 5 lacks braces. F10 <=5 Other logical error F11 5 Function does not return a value F12 5 Function is not correct 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