logo

Crowdly

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

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

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

у

int t = 101;

for (int x = 10; t > x; x+= x)

{

cout << x<<endl;

t--;

}

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!