UMBC CS 201, Fall 05
UMBC
CMSC 201 Fall '05
CSEE
|
201
|
201 F'05
|
lectures
|
news
|
help
Search Notes:
Functions
Functions help simplify program structure
create modules
hide details
Think of a function as
a sequence of statements that are executed together
with a name
that can take a set of input arguments
that can return an output value
We'll look at how to:
Declare functions
Define functions
Call or Use functions
CSEE
|
201
|
201 F'05
|
lectures
|
news
|
help
Sunday, 21-Aug-2005 09:53:43 EDT