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