CS 1500, Fall 2012 Lab #3 Results (Temperature Conversion) Team Error ERROR CODE LEGEND Code Score Code(s) ERR POINTS 120 100 CODE OFF EXPLANATION 125 90 S6 130 100 E-MAIL 135 100 E1 4 ea E-mail had the wrong subject line. 140 96 S4(2) "CS1500Lab03Source" and "CS1500Lab03Script" 145 100 155 100 SCRIPT 520 98 S4(1) T1 10 Script not received, but did get source code 525 100 T2 3 Script not filtered. 530 10 S2 T3 5 Script does not match the source code. 535 100 T4 4 Script error (such as failure to exit) 540 95 T5 T5 5 Not enough testing (several > 2) 545 100 550 100 SOURCE 555 95 T5 S1 100 Source code not received, and no script 560 95 S10(1) S2 90 Script Received, but no source 565 100 S3 5 Program does not prompt for input 570 100 S4 2 ea Errors/Misspelling(s) in prompts or output 575 100 S5 5 ea Inadequate spacing between text and number in output 580 100 S6 10 ea Incorrect formula for conversion(s) S7 5 Program does not prompt for a new Celsius value S8 35 The Celsius-to-Fahrenheit part missing from source S9 35 The Fahrenheit-to-Celsius part missing from source S10 5 ea Additional I/O that is out of spec S11 10 Incorrect ordering of statements added to main S12 25 One of the calculations uses double data type S13 50 Both of the calculations use double data type FORMAT & STYLE OF PROGRAM F1 3 Formatting defects - lack of enough F2 indentation, long lines, use of TAB characters (bad idea) (n) Count X Excused