Guest User

Untitled

a guest
Jan 21st, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. Poly p = new Poly(3, 4);
  2. Poly q = new Poly(3, 4);
  3. if (p.equals(q)) ...;
  4. else ...
Add Comment
Please, Sign In to add comment