UMBC CMSC104 | CSEE | UMBC |
Enter the sales for January: 100498.50 Enter the sales for February: 498.50 Enter the sales for March: 99006.03 Enter the sales for April: 898.23 Enter the sales for May: 10022.34 Enter the sales for June: 25432.75 Enter the sales for July: 36498.23 Enter the sales for August: 44853.43 Enter the sales for September: 75002.99 Enter the sales for October: 44325.82 Enter the sales for November: 23375.07 Enter the sales for December: 87869.81
Highest Sales were in January:
Lowest Sales were in February
Average Sales were 12345.67:
January: 100498.50
February: 498.50
March: 99006.03
April: 898.23
May: 10022.34
June: 25432.75
July: 36498.23
August: 44853.43
September: 75002.99
October: 44325.82
November: 23375.07
December: 87869.81
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 an array.
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: proj4.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 | UMBC |