CS 1500, Fall 2014 Lab #5 Results (Max Score Calculator) Final Due Date: Monday, November 3 Team Error Code Score Code(s) ERROR CODE LEGEND Bilbies 96 T7 ERR POINTS EXPLANATION Coots 97 L1G CODE OFF Gliders 88 T2,T3,L1G,L1I,L1J Problems with Testing Koalas 94 L1G,L1I T1 10 Test script not turned in KRoos 40 T1,F1 T2 2 No test for first value out of range Possums 98 F10 T3 No test for first value in range, Quolls 86 T2,T3,L1B,L1G,L1J 2 but second value not in range Tasmans 95 F12 T4 No test for two in-range values, with TRoos 100 2 the larger value the first entered Walls 88 T3,T6,L1G,L1I,L1J T5 No test for two in-range values, with Wombats 35 T1,L1B,F1 2 the larger value the second entered T6 No test for two in-range values, with 2 the two equal T7 4 Sent ‘bad’ script after ‘good’ script Problems with Level One Code L1A 5 Vers1 not turned in L1B 5 Vers2 not turned in L1C 3 Use of global variable L1D Statements after first "else" 5 not grouped properly within braces L1E 7 Main function missing some if-else logic L1F 1 Bad/missing function call from main (each) L1G 3 Error in second set of if-else clauses. L1H 2 Other minor logical error. L1I 3 Stub(s) not returning values as directed or not coded as directed L1J 2 Incorrect indentation of code L1K 4 Wrong subject line (CS1500_Lab5_Vers1, CS1500_Lab5_Vers2 CS1500_Lab5_Fin, CS1500_Lab5_Scr) Problems with Final Level Code F1 50 Final Level not turned in F2 Function writes something that should be 5 written by the main program, or vice-versa F3 Statements after the first "else" 10 are not grouped with braces. (This will make the program function incorrectly.) F4 5 Use of global variable 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 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)