Concept Flow - Function parameters
Define function with parameters
Call function with arguments
Arguments passed to parameters
Function body uses parameters
Function returns result or ends
This flow shows how a function is defined with parameters, called with arguments, and how those arguments are passed to parameters for use inside the function.