Guest User

Untitled

a guest
May 20th, 2018
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. rand:=random(3)+1;
  2. if(rand=1) then
  3. ax:=ax+1
  4. else if(rand=2) then
  5. bx:=bx+1
  6. else
  7. cx:=cx+1;
Add Comment
Please, Sign In to add comment