Concept Flow - Array arithmetic (element-wise)
Start with two arrays
Select operation: +, -, *, /
Apply operation element-wise
Create new array with results
Output result array
We take two arrays and apply the chosen arithmetic operation to each pair of elements, creating a new array of results.