logo

Crowdly

Browser

Add to Chrome

Що означає наведений нижче запис:      for (i = 0; i < N-1; i ++){     f...

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

Що означає

наведений нижче запис:

 

   for (i = 0; i

< N-1; i ++){

    for (j =

N-2; j >=

 i

;

j --)

      if ( A[j]

> A[j+1] ) {

        с = A[j];

        A[j] = A[j+1];

        A[j+1] = с;

        }

     }

 

More questions like this

Want instant access to all verified answers on vns.lpnu.ua?

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

Browser

Add to Chrome