Răspuns:
Explicație:
1)float x; x>=a && x<=b
2)float x; (x>=a && x<=b) || (x>=c && x<=d)
3) float x; int(x)==x && (int)(x/2)==x/2 && x>=10 && x<100
4) bool x; x=(a<b && b<c)
5) float x,y; (int)x==x && (int)y==y && abs(x-y)==1
6) float x,y; (x>0 && y>0 && (int)x==x && (int)y==y