Guest User

Untitled

a guest
May 20th, 2018
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Delphi 0.17 KB | None | 0 0
  1. var a,b,x: real;
  2. begin
  3. a:= strtofloat (edit1.Text);
  4. repeat
  5. b:= strtofloat (edit2.Text)
  6. if b<>0 then
  7. x:= a/b
  8. else
  9. do it fucking again...;
  10. showmessage (floattostr (x));
Add Comment
Please, Sign In to add comment