What are return values for?

Return values allow us to return a value from a function to the code that called itReturn values are for increasing the amount of code we can writeReturn values allow us to create smaller functions

Return values allow us to return a value from a function to the code that called it.