Given the array [1, 3, 5, 7], what is the result of the following code snippet: `arr[1] + arr[2]`?
12
10
8
14

Computing Exercises are loading ...