UMBC CMSC104 | CSEE |
Student Quiz 1 Quiz 2 Quiz 3 Quiz 4 Quiz 5 1234 78 83 87 91 86 2134 67 77 84 82 79 3124 77 89 93 87 71 High Score 78 89 93 91 86 Low Score 67 77 84 82 71 Average 73.4 83.0 88.2 86.6 78.6
Student Quiz 1 Quiz 2 Quiz 3 Quiz 4 Quiz 5 1234 52 7 100 78 34 2134 90 36 90 77 30 3124 100 45 20 90 70 4532 11 17 81 32 77 5678 20 12 45 78 34 6134 34 80 55 78 45 7874 60 100 56 78 78 8026 70 10 66 78 56 9893 34 9 77 78 20 1947 45 40 88 78 55 2877 55 50 99 78 80 3189 22 70 100 78 78 4602 89 50 91 78 60 5405 11 11 0 78 10 6999 0 98 89 78 20
Documentation | 25 points |
Correct Results | 25 points |
Correct Sytle | 25 points |
Other | 25 points |
You will lose 5 points if you do not name the file correctly.
You will lose 25 points if you do not use two parallel arrays, one
single-dimensioned array for the
student number and one two-dimensioned array for the scores..
You will lose 5 points if you email the project instead of submitting
it via Blackboard.
You will lose 5 points if the prompt is not on the next line.
You will lose 5 points if you have less than four functions (not counting main).
/*********************************************************** * Filename: 6789projEC.c * * Name: Ima Student * * SSAN: 6789 * * Date: 3 October 2000 * * Course: CMSC-104 * * Description: (Your psuedocode for main() goes here) * * Analysis: * * Input: * * Output: * * Formulas: * * Constraints: * * Assumptions: * * Design: (Psuedocode is here) * * Notes: (As needed, such has how to compile) * ***********************************************************/
/*********************************************************** * Function name: function_name * * Description: (Your function psuedocode goes here) * * Input Parameters: Name and data type of each parameter. * * Return Value: Data type and description of what * * the return value is. * ***********************************************************/
UMBC CMSC104 | CSEE |