Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Вкажіть призначення оператора:
for (x=100; x>0; x--) printf ("%d", x);
for (x=0; x!=123;) scanf ("%d", &x);
for(x=1; x<=100; x++) printf ("%d", x);
for(i=0; i<10; i++) { оператори; for(j=0; j<8; j++) { оператори; } }
for (x=0; x<=100; x=x+5) printf ("%d", x);
for (i=0; i<100; i++) {група операторiв}
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!