Passing parameters

You will normally want to make the function general.

For example, when designing and writing a function that calculates the square root of a number, it is desirable to write it so that it can calculate the square root of any number (as opposed to only one specific number).

This is accomplished through the use of something called parameters.