Problem
Consider the execution of the following code: int[] values = {11, 22, 33, 44, 55, 66, 77, 88, 99}; int sum = 0; for (int x = 0; x < values.length; x = x + 3) sum = sum + values[x]; What value is stored in the variable sum after the code above has completed execution?
The response should include a reference list. Using one-inch margins, Times New Roman 12 pnt font, double-space and APA style of writing and citations.