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