Grading rubric -- exam 1 Problem 1: -0.5 for each mistake, except -0.2 for using a comma rather than a semicolon Problem 2: 1 pt for each problem Problem 3: 1 pt for each problem Everyone missed 0209 and 00209 2 points will be added to everyone's overall grade in final computation Problem 4: 1 pt for each problem 0.7 for the value 0.3 for the type 3 problems were discarded due to syntax or type issues 3 points will be added to everyone's overall grade in final computation Problem 5: 3.75 for each of the four for loops 0.75 for initialization 1 each for (a) testing condition, (b) printing value, (c) incrementing Problem 6: 2 for each problem 0.8 for the %d's which (of course) everyone did correctly 1.2 for the other characters will not count off for needed spaces in format string too hard to see if spaces are present Problem 7: -1.2 for no "many" in 2nd example -0.5 for no new line between one and many Problem 8: 8 of 19 were given 10 Parts of problem -- 5 pts each Index variable declaring and initializing an index variable setting index variable to appropriate values (0 to 12) Counting initializing bigCount testing array value and incrementing bigCount appropriately Problem 9: 10 of 19 were close to working these given grades from 12 to 15 depending on how close to solution For others, parts of problem -- pts for each 4 Reading numbers correctly 3 Stopping on semicolon 3 Keeping count of numbers read 3 Keeping sum of numbers read 2 Computing average from sum and count