Concept Flow - Explicit type annotation
Declare variable
Add explicit type annotation
Assign value matching type
Use variable in code
Compile checks type correctness
Run program with typed variable
This flow shows how you declare a variable with a specific type, assign a matching value, and then use it safely in your Swift code.