Hey triviajeon,
Let's read the program together.
Initially, the program starts off setting the default values of W, Y to the first element in the array, and sets the X, Z to 1 (which is the index of the array). Notice that the variable i was declared and set to 2, which we can assume that this...