cking1361 cking1361 17-01-2023 Engineering contestada What value is displayed as a result of executing the code segment? Consider the following code segment. integerList 4, 2, 5, 4, 2, 3, result FOR EACH item IN integerList result result + (item MOD 2) DISPLAY resultA. 3b. 4 c. 9. d. 12