logo

Crowdly

Browser

Add to Chrome

Встановити відповідність між фрагментами програмних кодів та їх призначенням: ...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Встановити відповідність між фрагментами програмних кодів та їх призначенням:

фрагмент 1

m:=a[0]; for i:=1 to n do if a[i]>m then m:=a[i];

фрагмент 2

m:=a[0]; for i:=1 to n do if a[i]>m then m:=i;

фрагмент 3

m:=a[0]; for i:=1 to n do if a[i]<m then m:=a[i];

фрагмент 4

m:=0; for i:=1 to n do if a[i]>=m then m:=i;

фрагмент 5

m:=a[0]; for i:=1 to n do if a[i]>=m then m:=a[i];

фрагмент 6

m:=a[0]; for i:=1 to n do if a[i]<=m then m:=a[i];

More questions like this

Want instant access to all verified answers on moodle.kdpu.edu.ua?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome