Guest User

Untitled

a guest
Oct 8th, 2012
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. let med3 a b c =
  2. if a >= b && a <= c then a
  3. elif a >= c && <= b then a
  4. elif b >= a && <= c then b
  5. elif b >= c && <= a then b
  6. else c
Advertisement
Add Comment
Please, Sign In to add comment