UMBC CS 201, Spring 03
UMBC
CMSC 201 Spring '03
CSEE
|
201
|
201 S'03
|
lectures
|
news
|
help
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 S'03
|
lectures
|
news
|
help
Wednesday, 22-Jan-2003 12:59:26 EST