Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. !((x<1)) || (y<5)) (there could be more than one )
  2.  
  3.  
  4. a) !(x<1) && !(y>=5)
  5. b) (x>=1) || (y<5)
  6. c) (x>=1) && (y<5)
  7. d) !((x<1) && (y>=5))
  8. e) !(x<1) && (y<=5)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement