Advertisement
Guest User

Untitled

a guest
Jan 30th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ada 0.08 KB | None | 0 0
  1. Loop
  2.     Get(num);
  3.     Exit when num = 0;
  4.     -- process your numbers
  5. End loop;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement