Concept Flow - Function parameters
Define function with parameters
Call function with arguments
Parameters receive argument values
Function body uses parameters
Function returns result or ends
This flow shows how a function is defined with parameters, called with arguments, and how parameters get values to be used inside the function.