| UMBC CMSC104 | CSEE | 
|  | CMSC104Problem Solving and Computer ProgrammingSections 0501 | 
burt[107]: a.out Enter the length: 12.3 Enter the width: 13.4 Enter the height: 14.5 The area is 1074.939941 The volume is 2389.889893 burt[108]:
burt[112]: a.out Enter the length: 23.98 Enter the width: 34.87 Enter the height: 45.76 The area is 7058.316895 The volume is 38263.710938 burt[113]:
When submitting the assignment, I only want the file johnd1p1.c. Please make the title and the file name the same when you submit it! If you submit a file name johnd1p1.c, the way we save the material delete everything but the last file with than name. Therefore, your file will be lost and we will give you a zero!!!! Use the last four of your SSN, not 6789!!!
| 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 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.
        /*****************************************************/
        /* Program Header Block                              */
        /* Filename:       johnd1p1.c                        */
        /* Name:           Ima Student                       */
        /* SSAN:           6789                              */
        /* Date:           6 Feb 2006                        */
        /* Course/section: CMSC-104/0101                     */
        /* Description:                                      */
        /*     Analysis:                                     */
        /*         Input:                                    */
        /*         Output:                                   */
        /*         Constraints:                              */
        /*         Formulas:                                 */
        /*         Assumptions:                              */
        /*     Design:                                       */
        /*         (Your psuedocode goes here.)              */
        /*                                                   */
        /* Notes:          (As needed.)                      */
        /*****************************************************/