Advertisement
Guest User

Untitled

a guest
Dec 6th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. if (x > 1) then
  2. if (y > 1) then v:= x + y
  3. else v:= x - y;
  4. else
  5. if (y > 0) then v:= -x + y
  6. else v:= -x - y
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement