UMBC CMSC104 | CSEE |
Enter an amount of money: 9.48
9 Dollars
1 Quarter
2 Dimes
0 Nickels
3 Pennies
There will be five percent (5%) penalty if your program does
not correctly prints out the singular or double form of the
coin's name:
When submitting the assignment, I only want the file 6789prj2.c. Please make the title and the file name the same when you submit it! If you submit a file name 6789prj2.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: 6789prj2.c */ /* Name: Ima Student */ /* SSAN: 6789 */ /* Date: 6 April 2004 */ /* Course/section: CMSC-104/0101 */ /* Description: */ /* Analysis: */ /* Input: */ /* Output: */ /* Constraints: */ /* Formulas: */ /* Assumptions: */ /* Design: */ /* (Your psuedocode goes here.) */ /* */ /* Notes: (As needed.) */ /*****************************************************/