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