✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
m:=a[0]; for i:=1 to n do if a[i]<m then m:=a[i];
фрагмент 4m:=0; for i:=1 to n do if a[i]>=m then m:=i;
фрагмент 5m:=a[0]; for i:=1 to n do if a[i]>=m then m:=a[i];
фрагмент 6m:=a[0]; for i:=1 to n do if a[i]<=m then m:=a[i];