Classes/csci218/Labs/lab6/GarrettHaldrupLab6.txt

6 lines
121 B
Plaintext

A: x <= 7
B: x < 5
C: x != 7 && y >= 10
D: x == 9 || y < 5
E: (x <= 7 || y > 10) && x <=6
F: x < 25 && (y <= 5 || z == 4)