What are return values for?
- Return values allow us to return a value from a function to the code that called it
- Return values are for increasing the amount of code we can write
- Return values allow us to create smaller functions
Return values allow us to return a value from a function to the code that called it.