✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
у
int t = 101;
for (int x = 10; t > x; t -= x)
{
cout << x<<endl;
t--;
}
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!