how do you create an array?
x = [start:step size:end]
what is the command for determining the size of an array
size(x)
what is the command for determining the length of an array
length(x)
how do you find the minimum and maximum value of an array?
min(x)
max(x)
what are the rules for a function?
what are the programming constraints?
what is a proper programming style?
header info
data input (put in main program, not the function)
process data
display