Concept Flow - Scope of variables
Start Program
Declare Global Variable
Enter Function
Declare Local Variable
Use Variables
Exit Function
End Program
This flow shows how variables declared globally and locally are accessed and used inside and outside functions.