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%) extra credit if your program
correctly prints out the singular or double form of the coin's name:
/*****************************************************/ /* Program Header Block */ /* Filename: jdoe2p2.c */ /* Name: Ima Student */ /* email address: jdoe2@umbc.edu */ /* Date: 16 Oct 2006 */ /* Course/section: CMSC-104/0101 */ /* Description: */ /* Analysis: */ /* Input: */ /* Output: */ /* Constraints: */ /* Formulas: */ /* Assumptions: */ /* Design: */ /* (Your psuedocode goes here.) */ /* */ /* Notes: (As needed.) */ /*****************************************************/
UMBC CMSC104 | CSEE | CMSC104 | Lectures |