Concept Flow - Integer variables
Declare integer variable
Assign integer value
Use variable in expressions
Print or manipulate value
End
This flow shows how to declare an integer variable, assign a value, use it in calculations, and print the result.