Kizspy | Question: 16
(Choose 1 answer)
(See picture)
A. 0
B. 2
C. 6
D. 7
Ε.
5
F. None of the other choices is correct
FUOVERFLOW
Given an algorithm
Procedure tt(a1, a2, ,an: integers)Location:=0;For i:=1 to n do if a mod2 = 0 then Location:=i;Print (Location);
Find output if input is the list {1,3, 2, 5, 2, 7, 6,9}.