logo

Crowdly

При якому значенні змінної y завершиться виконання цикл у int y = 1; for (int...

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

При якому значенні змінної y завершиться виконання цикл

у

int y = 1;

for (int x = 33; y <= x; y += y)

{

cout << x<<endl;

y++;

}

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!