(Choose 1 answer)
(See picture)
A. 9
B. 8
C. 6
Given the algorithm
procedure la (a1, a2,...,an positive integers)
m: a
t:= 1
for i:= 2 to n if (a,m) then m:-a t:= i
D. None of the other choices is correct
E. 7
If the input is the list
[1, 2, 3, 6, 7, 8, 3, 4, 8, 6]
what is the output value of t?
Exit 10