CS 1500, Spring 2014 Lab #3 Results (Temperature Conversion) Team Error ERROR CODE LEGEND Code Score Code(s) ERR POINTS 120 CODE OFF EXPLANATION 125 97 C2 130 100 E-MAIL 135 95 T5 E1 4 ea E-mail had the wrong subject line. 145 100 CS1500Lab03Source and CS1500Lab03Script 150 100 155 95 T5 SCRIPT 160 93 T5,S4 T1 10 Script not received, but did get source code 165 100 T2 3 Script not filtered. 170 100 T3 5 Script does not match the source code. T4 4 Script error (such as failure to exit) T5 5 Not enough testing (several > 2) COMPILATION C1 50 Program does not compile C2 3 Format or minor error prevents compilation 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 2 ea Missing/extra blank line(s) in output S7 10 ea Incorrect formula for conversion(s) S8 5 Program does not prompt for a new Celsius value S9 35 The Celsius-to-Fahrenheit part missing from source S10 35 The Fahrenheit-to-Celsius part missing from source S11 5 ea Additional I/O that is out of spec S12 10 Incorrect ordering of statements added to main S13 25 One of the calculations uses double data type S14 50 Both of the calculations use double data type FORMAT & STYLE OF PROGRAM F1 Formatting defects - lack of enough 3 indentation, long lines, use of TAB characters (bad idea) MISC (n) Count X Excused