Concept Flow - Array Access and Update at Index
Start with array
Access element at index i
Read or update value
Store updated value if any
End operation
The flow shows starting with an array, accessing an element by index, optionally updating it, and then storing the new value.
