write a c program to find even or odd code example Example: even odd c if( num % 2 == 0 ) printf("EVEN!\n"); else printf("ODD!\n");