CS 1500, Spring 2013 Lab #3 Results (Temperature Conversion) Team Error ERROR CODE LEGEND Code Score Code(s) ERR POINTS 120 100 CODE OFF EXPLANATION 125 95 T5 130 100 E-MAIL 135 93 E1?,T5,S4 E1 4 ea E-mail had the wrong subject line. 140 100 "CS1500Lab03Source" and "CS1500Lab03Script" 145 92 T5,F1 150 92 T5,F1 SCRIPT 155 95 T5 T1 10 Script not received, but did get source code 160 100 T2 3 Script not filtered. 165 95 T5 T3 5 Script does not match the source code. 170 95 T5 T4 4 Script error (such as failure to exit) T5 5 Not enough testing (several > 2) SOURCE S1 100 Source code not received, and no script S2 90 Script Received, but no source S3 5 Program does not prompt for input S4 2 ea Errors/Misspelling(s) in prompts or output S5 5 ea Inadequate spacing between text and number in output 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 indentation, long lines, use of TAB characters (bad idea) (n) Count X Excused