Concept Flow - Array creation and type inference
Start
Declare array variable
Assign array literal
Swift infers element type
Array created with inferred type
Use array in code
End
Swift creates an array by declaring a variable and assigning an array literal. It automatically figures out the type of elements inside.