How do we use the return value of a function?
We call the function and use it like any other value
We don't call the function if we want to use the return value
We call the function and use it like any other value.