Concept Flow - Method parameters
Call method with arguments
Pass arguments to parameters
Execute method body using parameters
Return result or finish void method
Back to caller
When a method is called, values (arguments) are passed to its parameters. The method uses these parameters inside its body, then returns a result or ends.
