Se ofrecen aquí unos ejemplos de ejercicios resueltos similares a los ejercicios Expresiones lógicas (2).
x <= -7
x > 16
x != -33
x == -95 or x == -19
x > -10 and x < 83
x >= -6 and x != 31
x <= 1 and x != -75 or x == 48
x > -71 and x != 7 and x != 75
x >= -117 and x <= -45 or x > 19