| UMBC CMSC104 | CSEE |
Pattern 1 Pattern 2 Pattern 3 Pattern 4
5$$$$ $$$$5 $$$$$ $$$$$
$5$$$ $$$5$ $$$$5 5$$$$
$$5$$ $$5$$ $$$55 55$$$
$$$5$ $5$$$ $$555 555$$
$$$$5 5$$$$ $5555 5555$
M E N U
1. Pattern One
2. Pattern Two
3. Patten Three
4. Pattern Four
5. Quit
Choose an Option (between 1 and 5): 11
Your option is incorrect. Please try again.
Choose an Option (between 1 and 5): 3
Choose a Pattern Size (between 2 and 9): 12
Your Pattern size is incorrect. Try again.
Choose a Pattern Size (between 2 and 9): 4
/*****************************************************/ /* 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.) */ /*****************************************************/
/*********************************************************** * 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. * ***********************************************************/