✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Фрагмент коду, поданий нижче містить "вічний" цикл:
int i = 0, a = 4;
while (i<a)
cout << a - i;
i++;
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!