Advertisement
MirkoVa

Untitled

Sep 20th, 2014
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. public String toString()
  2. {
  3. if(im.noemer < 0)
  4. return re + " " + (im + "i");
  5.  
  6. else if(im.teller < 0)
  7. return re + " " + (im + "i");
  8.  
  9. return re + " + " + (im + "i");
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement