Guest User

Untitled

a guest
Jul 22nd, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. public class Quote {
  2.  
  3. public String quote;
  4. public Card currcard;
  5. public Card next;
  6.  
  7. public Quote() {
  8. quote = "";
  9.  
  10. }
  11.  
  12.  
  13. public void addWord(String w) {
  14. String w = quote;
  15. quote =
  16. }
  17.  
  18. public toString() {
  19. String quote = "";
  20. return quote;
  21.  
  22. }
  23. }
Add Comment
Please, Sign In to add comment