CS 1500, Spring 2012 Lab #3 Results (Temperature Conversion) Team Error ERROR CODE LEGEND Code Score Code(s) ERR POINTS 20 100 CODE OFF EXPLANATION 21 100 22 95 T5 E-MAIL 23 90 S5 E1 4 ea E-mail had the wrong subject line. 24 100 CS1500Lab03Source and CS1500Lab03Script 25 95 T5 26 95 S4 SCRIPT 27 95 T5 T1 10 Script not received, but did get source code 28 100 T2 3 Script not filtered. 29 100 T3 5 Script does not match the source code. 30 100 T4 4 Script error (such as failure to exit) 31 95 T5 T5 5 Not enough testing 32 75 T5,S5 34 65 S7 SOURCE 41 100 S1 100 Source code not received 42 100 S2 5 Program does not prompt for input 43 75 S10 S3 2 Misspelling(s) in prompts or output 44 100 S4 5 ea Inadequate spacing between text and number in output 45 100 S5 10 ea Incorrect formula for conversion(s) 46 100 S6 5 Program does not prompt for a new Celsius value 47 88 S3,S5 S7 35 The Celsius-to-Fahrenheit part missing from source 48 100 S8 35 The Fahrenheit-to-Celsius part missing from source 49 100 S9 10 Incorrect ordering of statements added to main 50 80 S12 S10 25 One of the calculations uses double data type 51 95 T5 S11 50 Both of the calculations use double data type 52 100 S12 20 Source destroyed and re-made late