logo

Crowdly

Browser

Add to Chrome

Скільки разів буде виконано цикл за заданою умовою: int i, j; i = 6; j...

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

Скільки разів буде

виконано цикл за заданою умовою:

int i, j;

i = 6;

j = 0;

do {--i;

++j;

System.out.print("*");

}

while (i > j);

More questions like this

Want instant access to all verified answers on virt.ldubgd.edu.ua?

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

Browser

Add to Chrome