Concept Flow - Return values
Function called
Execute function code
Return value reached?
No→Continue executing
Yes
Send value back to caller
Function ends
When a function is called, it runs its code until it hits a return statement, then sends back a value and stops.