Programming - Concept
Parameter
A named input that a function or method is set up to receive
What's it for?
Lets the same piece of code work with different information each time it is used.
For example…
A function for calculating delivery has a postcode parameter so it can calculate a different price for each address supplied