Guest User

Untitled

a guest
Jan 21st, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. Private Sub Command1_Click()
  2. a = Val(Text1.Text)
  3. b = Val(Text3.Text)
  4. c = Val(Text2.Text)
  5. x = Val(Text4.Text)
  6. y = Val(Text5.Text)
  7. O = Val(Text6.Text)
  8. If ((a <= x) And (b <= y)) Or ((a <= y) And (b <= x)) Then O = "Projdjot"
  9. If ((x <= a) Or (x <= b)) And ((c <= b) Or (c <= a)) Then O = "Projdjot"
  10. If ((b <= x) And (c <= y)) Or ((b <= y) And (c <= x)) Then O = "Ne projdjot"
  11.  
  12. End Sub
Add Comment
Please, Sign In to add comment