You are on page 1of 26

A function groups together a number of steps and gives them a name (an identifier).

These steps
produce and return a value that is used in an expression.
Note: Because a function returns a value, the function definition states the data type of this value.
https://drive.google.com/drive/folders/1DiSKnPvEXZutV4LnqpUGvSNWo1G_2S8o

You might also like