Programming - Concept
Return value
The result a function sends back after it has finished its work
What's it for?
Lets one part of a program produce a result that another part can use.
For example…
A function adds two prices together and returns £35, which the checkout then displays as the basket total