logo

Crowdly

Browser

Add to Chrome

Qual o output do seguinte programa? int main() { int x = 11; if (x%...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Qual o output do seguinte programa?

int main()

{

int x = 11;

if (x%2 != 0)

printf("%d ",10*x);

else

printf("%d ",100*x);

return 0;

}

More questions like this

Want instant access to all verified answers on moodle.deisi.ulusofona.pt?

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

Browser

Add to Chrome