✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Determinați numărul de operații elementare din următoarea secvență de cod:
int x=3,y=2,a,b; switch (2*x+1) { case 3: a=x+1; b=y+1; case 5: a=x-1; b=y-1; case 7: a=2*x; b=2*y; default: a=x; b=y; } |
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!