F
(Choose 1 answer)
(See picture)
A. 7
B. 6
C. 2
D. 0
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);
E. 5
F. None of the other choices is correct
Find output if input is the list {1,3, 2, 5, 2, 7, 6,9}.
Exit 28