logo

Crowdly

Determinați numărul de operații elementare din următoarea secvență de cod: ...

✅ 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;

}

More questions like this

Want instant access to all verified answers on moodle1.ceiti.md?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!