Ajutor, nu stiu sa rezolv tema la informatica!!!

Răspuns:
a) x%2==1 && x%13==0
b) x%2==0 || y%2==1
c) x>=a && x<=b
d) y<c || y>d
e) x%2==0 && x%3!=0
Explicație: