logo

Crowdly

Browser

Add to Chrome

Яким буде результат виконання наступного коду? for (int i = 10; i < 20; i += 2...

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

Яким буде результат виконання наступного коду?

for (int i =

10; i < 20; i += 2) {

       if (i > 15)

               break;

       if (i % 4 == 0)

              continue;

       System.out.println (i);

}

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