Concept Flow - Explicit type annotations
Declare variable
Add explicit type annotation
Assign value matching type
Use variable safely
Compile-time check for type errors
Run program if no errors
This flow shows how declaring a variable with an explicit type helps catch errors before running the program.