Exercicio 1

Run Settings
LanguageC
Language Version
Run Command
#include <stdio.h> int main(void) { int num=0; printf("Informe um número"); scanf("%d",&num); if(!(num%2))printf("\n%d e par. \n",num); else printf("\n%d e impar.\n",num); }
Editor Settings
Theme
Key bindings
Full width
Lines