#include int main() { int i=2; if ((i % 2)==0 ) { printf("Podzielne przez 0\n"); } else { printf("nie Podzielne przez 0\n"); } }