Učivo
Zasekli jste se? Řešení je zde
7 / 7
Máme program, urči, co se vypíše.
int x = 5;
int y = 8;
int z = (x==5 || (y=x%3));
printf("%d %d", z, y);
