logo

Crowdly

Browser

Add to Chrome

Acaba o if-statement para imprimir apenas numero pares: #include <stdio.h> ...

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

Acaba o if-statement para imprimir apenas numero pares:

#include <stdio.h>

int main() { int num; printf("Inserir um numero: "); scanf("%d", &num); if ( ... ) { printf("O numero é par.\n"); }

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