Concept Flow - Array creation
Start
Declare array variable
Assign array literal or constructor
Array created in memory
Array ready to use
End
This flow shows how an array variable is declared and assigned an array, which is then created in memory and ready for use.