Guest User

Untitled

a guest
Jun 18th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. public void pushCardStack (CardStack cs)
  2. {
  3. CardStack y = new CardStack();
  4. CardElement x = new CardElement (c);
  5. if(x.next != null)
  6. {
  7. cs.pop();
  8. push(x.next);
  9. }
  10. }
Add Comment
Please, Sign In to add comment