Process Overview
A function is like a small machine inside a program that does a specific job. You can use it many times without rewriting the same steps. This flowchart shows how a program calls a function, the function runs its steps, and then the program continues.